Changeset 8572 for trunk/wp-includes/plugin.php
- Timestamp:
- 08/06/2008 08:31:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r7999 r8572 91 91 return false; 92 92 93 foreach ( array_keys($wp_filter[$tag]) as $priority ) {93 foreach ( (array) array_keys($wp_filter[$tag]) as $priority ) { 94 94 if ( isset($wp_filter[$tag][$priority][$idx]) ) 95 95 return $priority;
Note: See TracChangeset
for help on using the changeset viewer.