Make WordPress Core

Changeset 11618


Ignore:
Timestamp:
06/20/2009 06:17:50 PM (15 years ago)
Author:
westi
Message:

Correct phpDoc comment for add_filter. Fixes #10164 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-includes/plugin.php

    r11566 r11618  
    5454 * @since 0.71
    5555 * @global array $wp_filter Stores all of the filters added in the form of
    56  *  wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)]']
     56 *  wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)']']
    5757 * @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.
    5858 *
Note: See TracChangeset for help on using the changeset viewer.