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:
nacin 2011-01-11 22:11:32 +00:00
parent 3e45fdb260
commit f924216639
1 changed files with 2 additions and 2 deletions

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,