Changeset 45014 for trunk/src/wp-settings.php
- Timestamp:
- 03/26/2019 08:29:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r44973 r45014 545 545 */ 546 546 do_action( 'wp_loaded' ); 547 548 /*549 * Store the fact that we could successfully execute the entire WordPress550 * lifecycle. This is used to skip the premature shutdown handler, as it cannot551 * be unregistered.552 */553 if ( ! defined( 'WP_EXECUTION_SUCCEEDED' ) ) {554 define( 'WP_EXECUTION_SUCCEEDED', true );555 }
Note: See TracChangeset
for help on using the changeset viewer.