Ticket #4625: 4625.diff
File 4625.diff, 432 bytes (added by , 16 years ago) |
---|
-
wp-includes/plugin.php
57 57 $string = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args'])); 58 58 } 59 59 60 } while ( next($wp_filter[$tag]) );60 } while ( next($wp_filter[$tag]) !== false ); 61 61 62 62 return $string; 63 63 }