Ticket #16172: 16172.patch
File 16172.patch, 455 bytes (added by , 13 years ago) |
---|
-
wp-includes/taxonomy.php
87 87 'public' => true, 88 88 'hierarchical' => false, 89 89 'labels' => array( 90 'name' => '',91 'singular_name' => '',90 'name' => __( 'Formats' ), 91 'singular_name' => __( 'Format' ), 92 92 ), 93 93 'query_var' => true, 94 94 'rewrite' => $rewrite,