Changeset 58409 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/13/2024 08:48:33 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58361 r58409 4612 4612 4613 4613 if ( ! $filename ) { 4614 trigger_error( 4614 wp_trigger_error( 4615 __FUNCTION__, 4615 4616 sprintf( 4616 4617 /* translators: %s: Path to the JSON file. */ … … 4626 4627 4627 4628 if ( JSON_ERROR_NONE !== json_last_error() ) { 4628 trigger_error( 4629 wp_trigger_error( 4630 __FUNCTION__, 4629 4631 sprintf( 4630 4632 /* translators: 1: Path to the JSON file, 2: Error message. */ … … 8758 8760 function clean_dirsize_cache( $path ) { 8759 8761 if ( ! is_string( $path ) || empty( $path ) ) { 8760 trigger_error( 8762 wp_trigger_error( 8763 '', 8761 8764 sprintf( 8762 8765 /* translators: 1: Function name, 2: A variable type, like "boolean" or "integer". */
Note: See TracChangeset
for help on using the changeset viewer.