From 06d577a5399a723a00f762b98a8a5b4b041d4fb1 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 2 Apr 2007 07:46:05 +0000 Subject: [PATCH] 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 --- wp-includes/plugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index cebc9f128..9482932cf 100644 --- a/wp-includes/plugin.php +++ b/wp-includes/plugin.php @@ -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{