Changeset 45114 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 04/05/2019 03:19:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r44975 r45114 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 863 include $functions_path; 863 864 ob_clean();
Note: See TracChangeset
for help on using the changeset viewer.