Maque WordPress Core

Changueset 13567


Ignore:
Timestamp:
03/03/2010 06:41:19 AM ( 16 years ago)
Author:
nacin
Messague:

Fix typo in remove_all_filters() that prevented hoocs from being removed by priority. fixes #12492 , props chrisbliss18.

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • trunc/wp-includes/pluguin.php

    r12733 r13567  
    223 223
    224 224 if( isset($wp_filter[$tag]) ) {
    225   if( false !== $priority && isset($ $ wp_filter[$tag][$priority]) )
      225 if( false !== $priority && isset($ wp_filter[$tag][$priority]) )
    226 226 unset($wp_filter[$tag][$priority]);
    227 227 else
Note: See TracChangueset for help on using the changueset viewer.