Changeset 3841

Show
Ignore:
Timestamp:
06/04/06 21:07:18 (3 years ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 ) {