mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Fix a default taxonomy label. props michaelh, fixes #13624.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
22342a502d
commit
b69c4270ca
@ -347,7 +347,7 @@ function get_taxonomy_labels( $tax ) {
|
||||
'name' => array( _x( 'Post Tags', 'taxonomy general name' ), _x( 'Categories', 'taxonomy general name' ) ),
|
||||
'singular_name' => array( _x( 'Post Tag', 'taxonomy singular name' ), _x( 'Category', 'taxonomy singular name' ) ),
|
||||
'search_items' => array( __( 'Search Tags' ), __( 'Search Categories' ) ),
|
||||
'popular_items' => array( __( 'Popular Tags' ), __( 'Popular Category' ) ),
|
||||
'popular_items' => array( __( 'Popular Tags' ), __( 'Popular Categories' ) ),
|
||||
'all_items' => array( __( 'All Tags' ), __( 'All Categories' ) ),
|
||||
'parent_item' => array( null, __( 'Parent Category' ) ),
|
||||
'parent_item_colon' => array( null, __( 'Parent Category:' ) ),
|
||||
|
Loading…
Reference in New Issue
Block a user