Taxonomy: Make the "Format" taxonomy name plural, for consistency with other taxonomies.
Props afercia, danieltj. Fixes #43370. Built from https://develop.svn.wordpress.org/trunk@42755 git-svn-id: http://core.svn.wordpress.org/trunk@42585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user