From 664235e23b0f4ffd6fa4c0e2f2e54fcb40bfe978 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 13 Feb 2008 09:32:32 +0000 Subject: [PATCH] Link to tag manager from dash git-svn-id: http://svn.automattic.com/wordpress/trunk@6809 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/index.php b/wp-admin/index.php index fdb7dda20..462b2f1da 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -60,7 +60,7 @@ if ( !empty($num_posts->future) ) { } $cats_text = ''.sprintf( __ngettext( '%s category', '%s categories', $num_cats ), number_format_i18n( $num_cats ) ).''; -$tags_text = sprintf( __ngettext( '%s tag', '%s tags', $num_tags ), number_format_i18n( $num_tags ) ); +$tags_text = ''.sprintf( __ngettext( '%s tag', '%s tags', $num_tags ), number_format_i18n( $num_tags ) ).''; $post_type_text = implode(', ', $post_type_texts);