Link to tag manager from dash

git-svn-id: https://develop.svn.wordpress.org/trunk@6809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-13 09:32:32 +00:00
parent 0f8e3b6164
commit 4367d63dbd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if ( !empty($num_posts->future) ) {
}
$cats_text = '<a href="categories.php">'.sprintf( __ngettext( '%s category', '%s categories', $num_cats ), number_format_i18n( $num_cats ) ).'</a>';
$tags_text = sprintf( __ngettext( '%s tag', '%s tags', $num_tags ), number_format_i18n( $num_tags ) );
$tags_text = '<a href="edit-tags.php">'.sprintf( __ngettext( '%s tag', '%s tags', $num_tags ), number_format_i18n( $num_tags ) ).'</a>';
$post_type_text = implode(', ', $post_type_texts);