Changeset 37626 for trunk/src/wp-settings.php
- Timestamp:
- 06/02/2016 06:46:51 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r37588 r37626 71 71 wp_debug_mode(); 72 72 73 /** 74 * Bypass the loading of advanced-cache.php 75 * 76 * This filter should *NOT* be used by plugins. It is designed for non-web 77 * runtimes. If true is returned, advance-cache.php will never be loaded. 78 * 79 * @since 4.6.0 80 * 81 * @param bool True to bypass advanced-cache.php 82 */ 83 if ( WP_CACHE && ! apply_filters( 'bypass_advanced_cache', false ) ) { 73 84 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one. 74 if ( WP_CACHE ) {75 85 _backup_plugin_globals(); 76 86 WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)