Give the format taxonomy a name. props SergeyBiryukov, see #16172.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3e45fdb260
commit
f924216639
|
@ -87,8 +87,8 @@ function create_initial_taxonomies() {
|
||||||
'public' => true,
|
'public' => true,
|
||||||
'hierarchical' => false,
|
'hierarchical' => false,
|
||||||
'labels' => array(
|
'labels' => array(
|
||||||
'name' => '',
|
'name' => __( 'Format' ),
|
||||||
'singular_name' => '',
|
'singular_name' => __( 'Format' ),
|
||||||
),
|
),
|
||||||
'query_var' => true,
|
'query_var' => true,
|
||||||
'rewrite' => $rewrite,
|
'rewrite' => $rewrite,
|
||||||
|
|
Loading…
Reference in New Issue