Changeset 14841
- Timestamp:
- 05/24/2010 04:09:52 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14814 r14841 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" -
trunk/wp-includes/taxonomy.php
r14840 r14841 53 53 'name' => __( 'Categories' ), 54 54 'singular_name' => __( 'Category' ), 55 'update_item' => __( 'Update Category' ), 55 56 ), 56 57 'query_var' => false,
Note: See TracChangeset
for help on using the changeset viewer.