Changeset 39565
- Timestamp:
- 12/12/2016 01:28:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r39323 r39565 473 473 */ 474 474 function wp_start_object_cache() { 475 global $wp_filter; 476 475 477 $first_init = false; 476 478 if ( ! function_exists( 'wp_cache_init' ) ) { … … 479 481 if ( function_exists( 'wp_cache_init' ) ) { 480 482 wp_using_ext_object_cache( true ); 483 } 484 485 // Re-initialize any hooks added manually by object-cache.php 486 if ( $wp_filter ) { 487 $wp_filter = WP_Hook::build_preinitialized_hooks( $wp_filter ); 481 488 } 482 489 }
Note: See TracChangeset
for help on using the changeset viewer.