mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Docs: Spell "non-existent" in a consistent way.
See #52628. git-svn-id: https://develop.svn.wordpress.org/trunk@50610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -245,7 +245,7 @@ class Tests_Cron extends WP_UnitTestCase {
|
||||
$hook = __FUNCTION__;
|
||||
$unrelated_hook = __FUNCTION__ . '_two';
|
||||
|
||||
// Attempt to clear schedule on non-existant hook.
|
||||
// Attempt to clear schedule on non-existent hook.
|
||||
$unschedule_hook = wp_unschedule_hook( $hook );
|
||||
$this->assertSame( 0, $unschedule_hook );
|
||||
$this->assertFalse( wp_next_scheduled( $hook ) );
|
||||
|
||||
Reference in New Issue
Block a user