From 282923aca645ef99556129d526cbc4c11c261a5e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Feb 2018 18:21:59 +0000 Subject: [PATCH] Taxonomy: Make the "Format" taxonomy name plural, for consistency with other taxonomies. Props afercia, danieltj. Fixes #43370. git-svn-id: https://develop.svn.wordpress.org/trunk@42755 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 0f00b0fd7e..4744dd4f9a 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -152,7 +152,7 @@ function create_initial_taxonomies() { 'public' => true, 'hierarchical' => false, 'labels' => array( - 'name' => _x( 'Format', 'post format' ), + 'name' => _x( 'Formats', 'post format' ), 'singular_name' => _x( 'Format', 'post format' ), ), 'query_var' => true,