Changeset 55703 for trunk/src/wp-includes/error-protection.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/error-protection.php
r53316 r55703 51 51 52 52 foreach ( $constants as $constant => $value ) { 53 if ( 0 === strpos( $constant, 'E_' ) ) {53 if ( str_starts_with( $constant, 'E_' ) ) { 54 54 $core_errors[ $value ] = $constant; 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.