Make WordPress Core

Changeset 60099


Ignore:
Timestamp:
03/26/2025 10:05:29 PM (10 months ago)
Author:
audrasjb
Message:

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.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

    • Property svn:mergeinfo changed
      /trunk (added)merged: 60098
  • branches/6.8/src/wp-includes/class-wp-taxonomy.php

    r59784 r60099  
    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 ),
Note: See TracChangeset for help on using the changeset viewer.