Skip to content

Commit a7d9869

Browse files
committed
Administration: Replace missed reference of "Add New" in WP_taxonomy class.
Follow-up to [59784], [59786], [59791]. Props timse201, audrasjb. Fixes #61219. git-svn-id: https://develop.svn.wordpress.org/trunk@60098 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4b7f26c commit a7d9869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-taxonomy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ public static function get_default_labels() {
624624
'edit_item' => array( __( 'Edit Tag' ), __( 'Edit Category' ) ),
625625
'view_item' => array( __( 'View Tag' ), __( 'View Category' ) ),
626626
'update_item' => array( __( 'Update Tag' ), __( 'Update Category' ) ),
627-
'add_new_item' => array( __( 'Add Tag' ), __( 'Add New Category' ) ),
627+
'add_new_item' => array( __( 'Add Tag' ), __( 'Add Category' ) ),
628628
'new_item_name' => array( __( 'New Tag Name' ), __( 'New Category Name' ) ),
629629
'separate_items_with_commas' => array( __( 'Separate tags with commas' ), null ),
630630
'add_or_remove_items' => array( __( 'Add or remove tags' ), null ),

0 commit comments

Comments
 (0)