Skip to content

Commit

Permalink
Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
Browse files Browse the repository at this point in the history
git-svn-id: https://develop.svn.wordpress.org/branches/2.8@11618 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
westi committed Jun 20, 2009
1 parent b90f10d commit a9454ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/plugin.php
Expand Up @@ -53,7 +53,7 @@
* @subpackage Plugin
* @since 0.71
* @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.
*
* @param string $tag The name of the filter to hook the $function_to_add to.
Expand Down

0 comments on commit a9454ed

Please sign in to comment.