Ticket #5231: all_action_fix_r6322.patch
File all_action_fix_r6322.patch, 437 bytes (added by , 17 years ago) |
---|
-
wordpress/wp-includes/plugin.php
298 298 299 299 // Do 'all' actions first 300 300 if ( isset($wp_action['all']) ) { 301 reset( $wp_action['all'] ); 301 302 do { 302 303 foreach( (array) current($wp_action['all']) as $the_ ) 303 304 if ( !is_null($the_['function']) )