mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
02f0ddc844
commit
bf850da3ec
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user