Changeset 3842
- Timestamp:
- 06/04/2006 09:07:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3793 r3842 1116 1116 // rebuild the list of filters 1117 1117 if ( isset($wp_filter[$tag]["$priority"]) ) { 1118 $new_function_list = array(); 1118 1119 foreach($wp_filter[$tag]["$priority"] as $filter) { 1119 1120 if ( $filter['function'] != $function_to_remove ) {
Note: See TracChangeset
for help on using the changeset viewer.