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:
parent
0f8e3b6164
commit
4367d63dbd
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user