Make WordPress Core

Ticket #13515: 13515.diff

File 13515.diff, 1005 bytes (added by duck_, 15 years ago)
  • wp-admin/includes/template.php

     
    1313 *
    1414 * @since 2.7
    1515 *
    16  * Outputs the HTML for the hidden table rows used in Categories, Link Caregories and Tags quick edit.
     16 * Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit.
    1717 *
    1818 * @param string $type "edit-tags", "categoried" or "edit-link-categories"
    1919 * @param string $taxonomy The taxonomy of the row.
  • wp-includes/taxonomy.php

     
    5252                'labels' => array(
    5353                        'name' => __( 'Categories' ),
    5454                        'singular_name' => __( 'Category' ),
     55                        'update_item' => __( 'Update Category' ),
    5556                ),
    5657                'query_var' => false,
    5758                'rewrite' => false,