Changeset 3841 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 06/04/2006 09:07:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r3792 r3841 1253 1253 // rebuild the list of filters 1254 1254 if ( isset($wp_filter[$tag]["$priority"]) ) { 1255 $new_function_list = array(); 1255 1256 foreach($wp_filter[$tag]["$priority"] as $filter) { 1256 1257 if ( $filter['function'] != $function_to_remove ) {
Note: See TracChangeset
for help on using the changeset viewer.