From bf850da3eccb709aea0a4049177987fa1049d994 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 1 Jul 2017 22:13:00 +0000 Subject: [PATCH] Docs: Add a `@global` entry for `$wp_filter` in `wp_start_object_cache()`. Props bhaveshkhadodara. Fixes #41222. git-svn-id: https://develop.svn.wordpress.org/trunk@40992 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/load.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index 241398387f..63a4b0f64c 100644 --- a/src/wp-includes/load.php +++ b/src/wp-includes/load.php @@ -470,6 +470,8 @@ function wp_using_ext_object_cache( $using = null ) { * * @since 3.0.0 * @access private + * + * @global array $wp_filter Stores all of the filters. */ function wp_start_object_cache() { global $wp_filter;