From d8b56fa35326f8d0cdc63da20e091a11baab3990 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 13 Feb 2005 23:46:33 +0000 Subject: [PATCH] Show post count in dropdown - http://mosquito.wordpress.org/view.php?id=596 git-svn-id: http://svn.automattic.com/wordpress/trunk@2306 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index 9e6da9aac..98740f4da 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -239,7 +239,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after = if ('link' == $format) { return "\t\n"; } elseif ('option' == $format) { - return "\t\n"; + return "\t\n"; } elseif ('html' == $format) { return "\t
  • $before$text$after
  • \n"; } else { // custom