diff --git src/wp-includes/taxonomy.php src/wp-includes/taxonomy.php
index 7923003e9b..65a76efc76 100644
|
|
function create_initial_taxonomies() { |
172 | 172 | 'public' => true, |
173 | 173 | 'hierarchical' => false, |
174 | 174 | 'labels' => array( |
175 | | 'name' => _x( 'Formats', 'post format' ), |
176 | | 'singular_name' => _x( 'Format', 'post format' ), |
| 175 | 'name' => _x( 'Formats', 'post format' ), |
| 176 | 'singular_name' => _x( 'Format', 'post format' ), |
| 177 | 'item_link' => _x( 'Post Format Link', 'navigation link block title' ), |
| 178 | 'item_link_description' => _x( 'A link to a post format', 'navigation link block description' ), |
177 | 179 | ), |
178 | 180 | 'query_var' => true, |
179 | 181 | 'rewrite' => $rewrite['post_format'], |