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

git-svn-id: https://develop.svn.wordpress.org/trunk@14841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-05-24 16:09:52 +00:00
parent 1cb798cf91
commit b97b898d80
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @since 2.7
*
* Outputs the HTML for the hidden table rows used in Categories, Link Caregories and Tags quick edit.
* Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit.
*
* @param string $type "edit-tags", "categoried" or "edit-link-categories"
* @param string $taxonomy The taxonomy of the row.

View File

@ -52,6 +52,7 @@ function create_initial_taxonomies() {
'labels' => array(
'name' => __( 'Categories' ),
'singular_name' => __( 'Category' ),
'update_item' => __( 'Update Category' ),
),
'query_var' => false,
'rewrite' => false,