rebase on oct-10-2023
This commit is contained in:
@@ -156,7 +156,7 @@ class WP_Object_Cache {
|
||||
$message = is_string( $key )
|
||||
? __( 'Cache key must not be an empty string.' )
|
||||
/* translators: %s: The type of the given cache key. */
|
||||
: sprintf( __( 'Cache key must be integer or non-empty string, %s given.' ), $type );
|
||||
: sprintf( __( 'Cache key must be an integer or a non-empty string, %s given.' ), $type );
|
||||
|
||||
_doing_it_wrong(
|
||||
sprintf( '%s::%s', __CLASS__, debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS, 2 )[1]['function'] ),
|
||||
|
||||
Reference in New Issue
Block a user