Make WordPress Core


Ignore:
Timestamp:
02/08/2025 11:42:29 AM (5 months ago)
Author:
audrasjb
Message:

Administration: Replace "Add New {Item}" wording with "Add {Item}" across the administration.

This changeset replaces each occurrence of "Add New {Item}" label with "Add {Item}" in WordPress administration, to make the interface more consistent and simplify the translation effort.

Props jameskoster, audrasjb, ntsekouras, afercia, peterwilsoncc, youknowriad, joedolson, sukhendu2002, jdy68, beryldlg, fxbenard.
See #61219.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r59657 r59784  
    147147                'edit_item'                  => __( 'Edit Link Category' ),
    148148                'update_item'                => __( 'Update Link Category' ),
    149                 'add_new_item'               => __( 'Add New Link Category' ),
     149                'add_new_item'               => __( 'Add Link Category' ),
    150150                'new_item_name'              => __( 'New Link Category Name' ),
    151151                'separate_items_with_commas' => null,
     
    234234                'name'                       => _x( 'Pattern Categories', 'taxonomy general name' ),
    235235                'singular_name'              => _x( 'Pattern Category', 'taxonomy singular name' ),
    236                 'add_new_item'               => __( 'Add New Category' ),
     236                'add_new_item'               => __( 'Add Category' ),
    237237                'add_or_remove_items'        => __( 'Add or remove pattern categories' ),
    238238                'back_to_items'              => __( '← Go to Pattern Categories' ),
     
    679679 *     @type string $view_item                  Default 'View Tag'/'View Category'.
    680680 *     @type string $update_item                Default 'Update Tag'/'Update Category'.
    681  *     @type string $add_new_item               Default 'Add New Tag'/'Add New Category'.
     681 *     @type string $add_new_item               Default 'Add Tag'/'Add Category'.
    682682 *     @type string $new_item_name              Default 'New Tag Name'/'New Category Name'.
    683683 *     @type string $template_name              Default 'Tag Archives'/'Category Archives'.
Note: See TracChangeset for help on using the changeset viewer.