Changeset 45056
- Timestamp:
- 03/28/2019 07:03:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r45014 r45056 29 29 require_once( ABSPATH . WPINC . '/plugin.php' ); 30 30 31 // Make sure we register the shutdown handler for fatal errors as soon as possible.32 wp_register_fatal_error_handler();33 34 31 /* 35 32 * These can't be directly globalized in version.php. When updating, … … 51 48 // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, SCRIPT_DEBUG, WP_CONTENT_DIR and WP_CACHE. 52 49 wp_initial_constants(); 50 51 // Make sure we register the shutdown handler for fatal errors as soon as possible. 52 wp_register_fatal_error_handler(); 53 53 54 54 // Check for the required PHP version and for the MySQL extension or a database drop-in.
Note: See TracChangeset
for help on using the changeset viewer.