Minor: Fix method name in a comment
This commit is contained in:
parent
a211943884
commit
36efab0022
|
|
@ -189,7 +189,7 @@ if ( !class_exists(Scheduler::class, false) ):
|
|||
|
||||
if ( $shouldCheck ) {
|
||||
//Sanity check: Do not proceed if one of the critical classes is missing.
|
||||
//That can happen - theoretically and extremely rarely - if maybeCoreUpdate()
|
||||
//That can happen - theoretically and extremely rarely - if maybeCheckForUpdates()
|
||||
//is called before the old version of our plugin has been fully deleted, or
|
||||
//called from an independent AJAX request during deletion.
|
||||
if ( !(
|
||||
|
|
|
|||
Loading…
Reference in New Issue