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,