From 3c6b689f0e4b401304ede07f4a9182bef5e23a2e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 30 Apr 2007 17:43:11 +0000 Subject: [PATCH] When using the traditional list view of the categories, make sure the wp_list_categories() doesn't add in another title. This was causing a second Categories to show up on the category widget. Props Jospeh Scott git-svn-id: https://develop.svn.wordpress.org/trunk@5356 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 0782e464f2..01e43e93af 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -552,7 +552,7 @@ function wp_widget_categories($args) { } else { ?>