Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@11617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5dd9ecd88
commit
2089c179d5
@ -53,7 +53,7 @@
|
|||||||
* @subpackage Plugin
|
* @subpackage Plugin
|
||||||
* @since 0.71
|
* @since 0.71
|
||||||
* @global array $wp_filter Stores all of the filters added in the form of
|
* @global array $wp_filter Stores all of the filters added in the form of
|
||||||
* wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)]']
|
* wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)']']
|
||||||
* @global array $merged_filters Tracks the tags that need to be merged for later. If the hook is added, it doesn't need to run through that process.
|
* @global array $merged_filters Tracks the tags that need to be merged for later. If the hook is added, it doesn't need to run through that process.
|
||||||
*
|
*
|
||||||
* @param string $tag The name of the filter to hook the $function_to_add to.
|
* @param string $tag The name of the filter to hook the $function_to_add to.
|
||||||
|
Loading…
Reference in New Issue
Block a user