Changeset 6726 for trunk/wp-includes/plugin.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/plugin.php
r6629 r6726 165 165 166 166 } while ( next($wp_filter[$tag]) !== false ); 167 167 168 168 array_pop( $wp_current_filter ); 169 169 … … 505 505 } 506 506 507 /** 507 /** 508 508 * _wp_call_all_hook() - Calls the 'all' hook, which will process the functions hooked into it. 509 509 * … … 524 524 * @param array $args The collected parameters from the hook that was called. 525 525 * @param string $hook Optional. The hook name that was used to call the 'all' hook. 526 */ 527 function _wp_call_all_hook($args) { 528 global $wp_filter; 526 */ 527 function _wp_call_all_hook($args) { 528 global $wp_filter; 529 529 530 530 reset( $wp_filter['all'] );
Note: See TracChangeset
for help on using the changeset viewer.