Make WordPress Core

Changeset 3842


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r3793 r3842  
    11161116    // rebuild the list of filters
    11171117    if ( isset($wp_filter[$tag]["$priority"]) ) {
     1118        $new_function_list = array();
    11181119        foreach($wp_filter[$tag]["$priority"] as $filter) {
    11191120            if ( $filter['function'] != $function_to_remove ) {
Note: See TracChangeset for help on using the changeset viewer.