mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 22:54:36 +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:
@@ -324,7 +324,7 @@ class Tests_Cache extends WP_UnitTestCase {
|
||||
wp_cache_replace( $key, $val2 );
|
||||
$this->assertSame( $val2, wp_cache_get( $key ) );
|
||||
|
||||
// Non-existant key should fail.
|
||||
// Non-existent key should fail.
|
||||
$this->assertFalse( wp_cache_replace( $fake_key, $val1 ) );
|
||||
|
||||
// Make sure $fake_key is not stored.
|
||||
|
||||
Reference in New Issue
Block a user