Because of the next we should always do a reset.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2007-04-02 07:46:05 +00:00
parent fde70e7623
commit 06d577a539
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ function apply_filters($tag, $string) {
if ( !isset($wp_filter[$tag]) )
return $string;
reset( $wp_filter[ $tag ] );
$args = func_get_args();
do{