From 7b010efc7720c1068fd75cebfb769a36aadb849c Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 13 Nov 2010 11:06:26 +0000 Subject: [PATCH] Escape the class arg in wp_list_categories. props hakre, fixes #11514. git-svn-id: http://svn.automattic.com/wordpress/trunk@16341 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index d01231df9..aaf2e767d 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -438,7 +438,7 @@ function wp_list_categories( $args = '' ) { $output = ''; if ( $title_li && 'list' == $style ) - $output = '
  • ' . $title_li . '