Changeset 45116 for trunk/src/wp-includes/load.php
- Timestamp:
- 04/05/2019 03:52:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r45114 r45116 1445 1445 die(); 1446 1446 } 1447 define( 'WP_SANDBOX_SCRAPING', true ); 1447 if ( ! defined( 'WP_SANDBOX_SCRAPING' ) ) { 1448 define( 'WP_SANDBOX_SCRAPING', true ); 1449 } 1448 1450 register_shutdown_function( 'wp_finalize_scraping_edited_file_errors', $key ); 1449 1451 }
Note: See TracChangeset
for help on using the changeset viewer.