Administration: Replace missed reference of "Add New" in WP_Taxonomy class.
Follow-up to [59784], [59786], [59791]. Reviewed by joedolson. Merges [60098] to 6.8 branch. Props timse201, audrasjb. Fixes #61219. Built from https://develop.svn.wordpress.org/branches/6.8@60099 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -624,7 +624,7 @@ final class WP_Taxonomy {
|
||||
'edit_item' => array( __( 'Edit Tag' ), __( 'Edit Category' ) ),
|
||||
'view_item' => array( __( 'View Tag' ), __( 'View Category' ) ),
|
||||
'update_item' => array( __( 'Update Tag' ), __( 'Update Category' ) ),
|
||||
'add_new_item' => array( __( 'Add Tag' ), __( 'Add New Category' ) ),
|
||||
'add_new_item' => array( __( 'Add Tag' ), __( 'Add Category' ) ),
|
||||
'new_item_name' => array( __( 'New Tag Name' ), __( 'New Category Name' ) ),
|
||||
'separate_items_with_commas' => array( __( 'Separate tags with commas' ), null ),
|
||||
'add_or_remove_items' => array( __( 'Add or remove tags' ), null ),
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-RC1-60092';
|
||||
$wp_version = '6.8-RC1-60099';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user