Changeset 55549 for trunk/src/wp-includes/class-wp-object-cache.php
- Timestamp:
- 03/14/2023 04:53:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-object-cache.php
r54318 r55549 157 157 ? __( 'Cache key must not be an empty string.' ) 158 158 /* translators: %s: The type of the given cache key. */ 159 : sprintf( __( 'Cache key must be integer ornon-empty string, %s given.' ), $type );159 : sprintf( __( 'Cache key must be an integer or a non-empty string, %s given.' ), $type ); 160 160 161 161 _doing_it_wrong(
Note: See TracChangeset
for help on using the changeset viewer.