mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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:
parent
1cb798cf91
commit
b97b898d80
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user