From 18407cfa16e83829f607f856cd0fb5b676f736d3 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 11 Dec 2003 18:44:05 +0000 Subject: [PATCH] Missing quote. git-svn-id: http://svn.automattic.com/wordpress/trunk@605 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index fb2136cad..b73790d91 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -676,9 +676,9 @@ function dropdown_categories($default = 0) { foreach($categories as $category) { ++$i; $category->cat_name = stripslashes($category->cat_name); - echo " "; }