From f92421663932aa34e4b7224f51370468cba96e3d Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 11 Jan 2011 22:11:32 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index c4c9776229..c3cbf3648a 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -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,