Make WordPress Core

Ticket #10164: 10164.diff

File 10164.diff, 802 bytes (added by Denis-de-Bernardy, 15 years ago)
  • wp-includes/plugin.php

     
    5353 * @subpackage Plugin
    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 *
    5959 * @param string $tag The name of the filter to hook the $function_to_add to.