Ticket #13515: 13515.diff

File 13515.diff, 1005 bytes (added by duck_, 3 years ago)
Line 
1Index: wp-admin/includes/template.php
2===================================================================
3--- wp-admin/includes/template.php      (revision 14835)
4+++ wp-admin/includes/template.php      (working copy)
5@@ -13,7 +13,7 @@
6  *
7  * @since 2.7
8  *
9- * Outputs the HTML for the hidden table rows used in Categories, Link Caregories and Tags quick edit.
10+ * Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit.
11  *
12  * @param string $type "edit-tags", "categoried" or "edit-link-categories"
13  * @param string $taxonomy The taxonomy of the row.
14Index: wp-includes/taxonomy.php
15===================================================================
16--- wp-includes/taxonomy.php    (revision 14835)
17+++ wp-includes/taxonomy.php    (working copy)
18@@ -52,6 +52,7 @@
19                'labels' => array(
20                        'name' => __( 'Categories' ),
21                        'singular_name' => __( 'Category' ),
22+                       'update_item' => __( 'Update Category' ),
23                ),
24                'query_var' => false,
25                'rewrite' => false,