Ticket #13515: 13515.diff
File 13515.diff, 1005 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/template.php
13 13 * 14 14 * @since 2.7 15 15 * 16 * Outputs the HTML for the hidden table rows used in Categories, Link Ca regories and Tags quick edit.16 * Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit. 17 17 * 18 18 * @param string $type "edit-tags", "categoried" or "edit-link-categories" 19 19 * @param string $taxonomy The taxonomy of the row. -
wp-includes/taxonomy.php
52 52 'labels' => array( 53 53 'name' => __( 'Categories' ), 54 54 'singular_name' => __( 'Category' ), 55 'update_item' => __( 'Update Category' ), 55 56 ), 56 57 'query_var' => false, 57 58 'rewrite' => false,