From 5854661314b177eb1c489fbef42189727a6bdcef Mon Sep 17 00:00:00 2001 From: saxmatt Date: Tue, 14 Dec 2004 09:48:34 +0000 Subject: [PATCH] Prevent foreach errors, should probably be moved to new loop method? git-svn-id: http://svn.automattic.com/wordpress/trunk@1957 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-commentsrss2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 36af395de7..76847e8f7a 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -14,7 +14,7 @@ echo ''; @@ -68,7 +68,7 @@ foreach ($posts as $post) { start_wp(); } } } -} +} } ?>