Make WordPress Core


Ignore:
Timestamp:
07/01/2017 10:13:00 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @global entry for $wp_filter in wp_start_object_cache().

Props bhaveshkhadodara.
Fixes #41222.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r40639 r40992  
    471471 * @since 3.0.0
    472472 * @access private
     473 *
     474 * @global array $wp_filter Stores all of the filters.
    473475 */
    474476function wp_start_object_cache() {
Note: See TracChangeset for help on using the changeset viewer.