Changeset 55355
- Timestamp:
- 02/16/2023 11:06:29 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r54866 r55355 32 32 * 33 33 * This will be adapted in wp_debug_mode() located in wp-includes/load.php based on WP_DEBUG. 34 * @see http ://php.net/manual/en/errorfunc.constants.php List of known error levels.34 * @see https://php.net/manual/en/errorfunc.constants.php List of known error levels. 35 35 */ 36 36 error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );
Note: See TracChangeset
for help on using the changeset viewer.