Changeset 5958
- Timestamp:
- 08/28/2007 07:06:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r5936 r5958 208 208 call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args'])); 209 209 210 } while ( next($wp_filter[$tag]) );210 } while ( next($wp_filter[$tag]) !== false ); 211 211 212 212 }
Note: See TracChangeset
for help on using the changeset viewer.