Ticket #16423: 16423.patch
| File 16423.patch, 508 bytes (added by , 15 years ago) |
|---|
-
wp-includes/taxonomy.php
87 87 'public' => true, 88 88 'hierarchical' => false, 89 89 'labels' => array( 90 'name' => _ _( 'Format' ),91 'singular_name' => _ _( 'Format' ),90 'name' => _x( 'Format', 'post format' ), 91 'singular_name' => _x( 'Format', 'post format' ), 92 92 ), 93 93 'query_var' => true, 94 94 'rewrite' => $rewrite,