Changeset 9177 for trunk/wp-includes/plugin.php
- Timestamp:
- 10/14/2008 09:08:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r9000 r9177 659 659 if ( false === $priority ) 660 660 return false; 661 $count = isset($wp_filter[$tag] ) ? count((array)$wp_filter[$tag][$priority]) : 0;661 $count = isset($wp_filter[$tag][$priority]) ? count((array)$wp_filter[$tag][$priority]) : 0; 662 662 $function[0]->wp_filter_id = $count; 663 663 $obj_idx .= $count;
Note: See TracChangeset
for help on using the changeset viewer.