Make WordPress Core


Ignore:
Timestamp:
02/08/2025 11:42:29 AM (16 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-admin/network/site-new.php

    r58131 r59784  
    180180
    181181// Used in the HTML title tag.
    182 $title       = __( 'Add New Site' );
     182$title       = __( 'Add Site' );
    183183$parent_file = 'sites.php';
    184184
     
    190190
    191191<div class="wrap">
    192 <h1 id="add-new-site"><?php _e( 'Add New Site' ); ?></h1>
     192<h1 id="add-new-site"><?php _e( 'Add Site' ); ?></h1>
    193193<?php
    194194if ( ! empty( $messages ) ) {
Note: See TracChangeset for help on using the changeset viewer.