Changeset 50914
- Timestamp:
- 05/14/2021 07:26:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r50447 r50914 26 26 * it's best to add a dummy function to the wp-config.php file, but as this call to the function 27 27 * is run prior to wp-config.php loading, it is wrapped in a function_exists() check. 28 * 29 * Initialize error reporting to a known set of levels. 30 * 31 * This will be adapted in wp_debug_mode located in wp-includes/load.php based on WP_DEBUG. 32 * @see http://php.net/manual/en/errorfunc.constants.php List of known error levels. 28 33 */ 29 34 if ( function_exists( 'error_reporting' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.