Changeset 38252 for branches/4.6/src/wp-settings.php
- Timestamp:
- 08/13/2016 04:01:09 PM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-settings.php
r38224 r38252 84 84 if ( WP_CACHE && apply_filters( 'enable_loading_advanced_cache_dropin', true ) ) { 85 85 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one. 86 _backup_plugin_globals( true );87 86 WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' ); 88 _restore_plugin_globals();89 87 } 90 88
Note: See TracChangeset
for help on using the changeset viewer.