mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -52,6 +52,7 @@ function create_initial_taxonomies() {
|
||||
'labels' => array(
|
||||
'name' => __( 'Categories' ),
|
||||
'singular_name' => __( 'Category' ),
|
||||
'update_item' => __( 'Update Category' ),
|
||||
),
|
||||
'query_var' => false,
|
||||
'rewrite' => false,
|
||||
|
||||
Reference in New Issue
Block a user