Changeset 39369 for trunk/src/wp-settings.php
- Timestamp:
- 11/29/2016 05:36:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r39212 r39369 81 81 */ 82 82 if ( WP_CACHE && apply_filters( 'enable_loading_advanced_cache_dropin', true ) ) { 83 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one.83 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one. 84 84 WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' ); 85 86 // Re-initialize any hooks added manually by advanced-cache.php 87 if ( $wp_filter ) { 88 $wp_filter = WP_Hook::build_preinitialized_hooks( $wp_filter ); 89 } 85 90 } 86 91
Note: See TracChangeset
for help on using the changeset viewer.