Changeset 45116 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 04/05/2019 03:52:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r45114 r45116 860 860 // Load the theme's functions.php to test whether it throws a fatal error. 861 861 ob_start(); 862 define( 'WP_SANDBOX_SCRAPING', true ); 862 if ( ! defined( 'WP_SANDBOX_SCRAPING' ) ) { 863 define( 'WP_SANDBOX_SCRAPING', true ); 864 } 863 865 include $functions_path; 864 866 ob_clean();
Note: See TracChangeset
for help on using the changeset viewer.