Make WordPress Core

Changeset 14841


Ignore:
Timestamp:
05/24/2010 04:09:52 PM (15 years ago)
Author:
ryan
Message:

Fix update label for link categories. Props duck_. fixes #13515

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r14814 r14841  
    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"
  • trunk/wp-includes/taxonomy.php

    r14840 r14841  
    5353            'name' => __( 'Categories' ),
    5454            'singular_name' => __( 'Category' ),
     55            'update_item' => __( 'Update Category' ),
    5556        ),
    5657        'query_var' => false,
Note: See TracChangeset for help on using the changeset viewer.