From 4367d63dbd7633c3e692afccf02bf5048a354164 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 13 Feb 2008 09:32:32 +0000 Subject: [PATCH] Link to tag manager from dash git-svn-id: https://develop.svn.wordpress.org/trunk@6809 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 fdb7dda20b..462b2f1da3 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);