mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 21:54:17 +01:00
Link to tag manager from dash
git-svn-id: http://svn.automattic.com/wordpress/trunk@6809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c21c9af12a
commit
664235e23b
@ -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