Give the format taxonomy a name. props SergeyBiryukov, see #16172.
git-svn-id: https://develop.svn.wordpress.org/trunk@17261 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c4e9ac89ba
commit
87221c5a85
@ -87,8 +87,8 @@ function create_initial_taxonomies() {
|
||||
'public' => true,
|
||||
'hierarchical' => false,
|
||||
'labels' => array(
|
||||
'name' => '',
|
||||
'singular_name' => '',
|
||||
'name' => __( 'Format' ),
|
||||
'singular_name' => __( 'Format' ),
|
||||
),
|
||||
'query_var' => true,
|
||||
'rewrite' => $rewrite,
|
||||
|
Loading…
Reference in New Issue
Block a user