Taxonomy: Make the "Format" taxonomy name plural, for consistency with other taxonomies.
Props afercia, danieltj. Fixes #43370. git-svn-id: https://develop.svn.wordpress.org/trunk@42755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
27e6766367
commit
282923aca6
|
@ -152,7 +152,7 @@ function create_initial_taxonomies() {
|
|||
'public' => true,
|
||||
'hierarchical' => false,
|
||||
'labels' => array(
|
||||
'name' => _x( 'Format', 'post format' ),
|
||||
'name' => _x( 'Formats', 'post format' ),
|
||||
'singular_name' => _x( 'Format', 'post format' ),
|
||||
),
|
||||
'query_var' => true,
|
||||
|
|
Loading…
Reference in New Issue