From 87221c5a850a307f6189ef1eaad25edb54d17161 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@17261 602fd350-edb4-49c9-b593-d223f7449a82 --- 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,