Make WordPress Core


Ignore:
Timestamp:
06/04/2006 09:07:18 PM (19 years ago)
Author:
ryan
Message:

Undef var fix from Denis-de-Bernardy. fixes #2780

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-includes/functions.php

    r3792 r3841  
    12531253    // rebuild the list of filters
    12541254    if ( isset($wp_filter[$tag]["$priority"]) ) {
     1255        $new_function_list = array();
    12551256        foreach($wp_filter[$tag]["$priority"] as $filter) {
    12561257            if ( $filter['function'] != $function_to_remove ) {
Note: See TracChangeset for help on using the changeset viewer.