Ticket #43370: 43370.diff
File 43370.diff, 454 bytes (added by , 7 years ago) |
---|
-
wp-includes/taxonomy.php
diff --git wp-includes/taxonomy.php wp-includes/taxonomy.php index 92a4ee7..58ae8ad 100644
function create_initial_taxonomies() { 139 139 'public' => true, 140 140 'hierarchical' => false, 141 141 'labels' => array( 142 'name' => _x( 'Format ', 'post format' ),142 'name' => _x( 'Formats', 'post format' ), 143 143 'singular_name' => _x( 'Format', 'post format' ), 144 144 ), 145 145 'query_var' => true,