From c5d9fd8e24d30c14bcd2f35dbd58d0682412a081 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 11 Dec 2003 18:44:05 +0000 Subject: [PATCH] Missing quote. git-svn-id: https://develop.svn.wordpress.org/trunk@605 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 fb2136cadc..b73790d914 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 " "; }