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:
Andrew Nacin 2011-01-11 22:11:32 +00:00
parent c4e9ac89ba
commit 87221c5a85

View File

@ -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,