Changeset 58409 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/13/2024 08:48:33 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r58147 r58409 5519 5519 /* 5520 5520 * To maintain consistency with pre-PHP 8 error levels, 5521 * trigger_error() is used to trigger an E_USER_WARNING,5521 * wp_trigger_error() is used to trigger an E_USER_WARNING, 5522 5522 * rather than _doing_it_wrong(), which triggers an E_USER_NOTICE. 5523 5523 */ 5524 trigger_error( 5524 wp_trigger_error( 5525 '', 5525 5526 sprintf( 5526 5527 /* translators: 1: The function name, 2: The argument number, 3: The argument name, 4: The expected type, 5: The provided type. */
Note: See TracChangeset
for help on using the changeset viewer.