diff --git a/src/wp-admin/edit-link-form.php b/src/wp-admin/edit-link-form.php index 1bbb32d3a6718..a6c919a8c01a4 100644 --- a/src/wp-admin/edit-link-form.php +++ b/src/wp-admin/edit-link-form.php @@ -19,7 +19,7 @@ $nonce_action = 'update-bookmark_' . $link_id; } else { /* translators: %s: URL to Links screen. */ - $heading = sprintf( __( 'Links / Add New Link' ), 'link-manager.php' ); + $heading = sprintf( __( 'Links / Add Link' ), 'link-manager.php' ); $submit_text = __( 'Add Link' ); $form_name = 'addlink'; $nonce_action = 'add-bookmark'; @@ -87,7 +87,7 @@ ?> - +
diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index a0d07696d3019..127027d8f543d 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -461,7 +461,7 @@ function wp_comment_reply( $position = 1, $checkbox = false, $mode = 'single', $
+
+ | - + |
---|
' . __( 'Add New Site takes you to the screen for adding a new site to the network. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.' ) . '
' . + '' . __( 'Add Site takes you to the screen for adding a new site to the network. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.' ) . '
' . '' . __( 'This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.' ) . '
' . '' . __( 'Hovering over each site reveals seven options (three for the primary site):' ) . '
' . '' . sprintf( /* translators: %s: WordPress Plugin Directory URL. */ - __( 'If you would like to see more plugins to choose from, click on the “Add New Plugin” button and you will be able to browse or search for additional plugins from the WordPress Plugin Directory. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they are free!' ), + __( 'If you would like to see more plugins to choose from, click on the “Add Plugin” button and you will be able to browse or search for additional plugins from the WordPress Plugin Directory. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they are free!' ), __( 'https://wordpress.org/plugins/' ) ) . '
', ) @@ -767,7 +767,7 @@ - + parse_url( self_admin_url(), PHP_URL_PATH ), ), 'l10n' => array( - 'addNew' => __( 'Add New Theme' ), + 'addNew' => __( 'Add Theme' ), 'search' => __( 'Search Themes' ), 'upload' => __( 'Upload Theme' ), 'back' => __( 'Back' ), diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 4c814dd42b6d1..a7ebd42c6018c 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -153,7 +153,7 @@ } else { $help_install = '' . sprintf( /* translators: %s: https://wordpress.org/themes/ */ - __( 'If you would like to see more themes to choose from, click on the “Add New Theme” button and you will be able to browse or search for additional themes from the WordPress Theme Directory. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they are free!' ), + __( 'If you would like to see more themes to choose from, click on the “Add Theme” button and you will be able to browse or search for additional themes from the WordPress Theme Directory. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they are free!' ), __( 'https://wordpress.org/themes/' ) ) . '
'; } @@ -231,7 +231,7 @@ 'adminUrl' => parse_url( admin_url(), PHP_URL_PATH ), ), 'l10n' => array( - 'addNew' => __( 'Add New Theme' ), + 'addNew' => __( 'Add Theme' ), 'search' => __( 'Search installed themes' ), /* translators: %d: Number of themes. */ 'themesFound' => __( 'Number of Themes found: %d' ), @@ -252,7 +252,7 @@ - +' . __( 'To add a new user to your site, fill in the form on this screen and click the Add User button at the bottom.' ) . '
'; if ( is_multisite() ) { $help .= '' . __( 'Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user’s name to Edit the user profile under Network Admin > All Users.' ) . '
' . @@ -280,7 +280,7 @@ '' . __( 'By default, new users will receive an email letting them know they’ve been added as a user for your site. This email will also contain a password reset link. Uncheck the box if you do not want to send the new user a welcome email.' ) . '
'; } -$help .= '' . __( 'Remember to click the Add New User button at the bottom of this screen when you are finished.' ) . '
'; +$help .= '' . __( 'Remember to click the Add User button at the bottom of this screen when you are finished.' ) . '
'; get_current_screen()->add_help_tab( array( @@ -383,7 +383,7 @@' . __( 'This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.' ) . '
' . - '' . __( 'To add a new user for your site, click the Add New User button at the top of the screen or Add New User in the Users menu section.' ) . '
', + '' . __( 'To add a new user for your site, click the Add User button at the top of the screen or Add User in the Users menu section.' ) . '
', ) ); @@ -778,7 +778,7 @@ printf( '%2$s', esc_url( admin_url( 'user-new.php' ) ), - esc_html__( 'Add New User' ) + esc_html__( 'Add User' ) ); } elseif ( is_multisite() && current_user_can( 'promote_users' ) ) { printf( diff --git a/src/wp-content/themes/twentyeleven/readme.txt b/src/wp-content/themes/twentyeleven/readme.txt index f8d794b9b8a23..c84ec78d76201 100644 --- a/src/wp-content/themes/twentyeleven/readme.txt +++ b/src/wp-content/themes/twentyeleven/readme.txt @@ -15,7 +15,7 @@ For more information about Twenty Eleven please go to https://codex.wordpress.or == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Eleven in the search form and press the 'Enter' key in your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://codex.wordpress.org/Twenty_Eleven for a guide to customize this theme. diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt index 2fd9ff16029ad..ca0f4b5e16b7e 100644 --- a/src/wp-content/themes/twentyfifteen/readme.txt +++ b/src/wp-content/themes/twentyfifteen/readme.txt @@ -23,7 +23,7 @@ For more information about Twenty Fifteen please go to https://wordpress.org/doc == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Fifteen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://wordpress.org/documentation/article/twenty-fifteen/ for a guide on how to customize this theme. diff --git a/src/wp-content/themes/twentyfourteen/readme.txt b/src/wp-content/themes/twentyfourteen/readme.txt index af119167596ea..35e59371eb824 100644 --- a/src/wp-content/themes/twentyfourteen/readme.txt +++ b/src/wp-content/themes/twentyfourteen/readme.txt @@ -15,7 +15,7 @@ For more information about Twenty Fourteen please go to https://codex.wordpress. == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Fourteen in the search form and press the 'Enter' key in your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://codex.wordpress.org/Twenty_Fourteen for a guide to customize this theme. diff --git a/src/wp-content/themes/twentynineteen/readme.txt b/src/wp-content/themes/twentynineteen/readme.txt index e30e9291c221d..5ad9f2eecad3d 100644 --- a/src/wp-content/themes/twentynineteen/readme.txt +++ b/src/wp-content/themes/twentynineteen/readme.txt @@ -17,7 +17,7 @@ For more information about Twenty Nineteen please go to https://wordpress.org/do == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Nineteen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://wordpress.org/documentation/article/twenty-nineteen/ for a guide on how to customize this theme. diff --git a/src/wp-content/themes/twentyseventeen/readme.txt b/src/wp-content/themes/twentyseventeen/readme.txt index cc3246ea4d8e3..ce34921203d07 100644 --- a/src/wp-content/themes/twentyseventeen/readme.txt +++ b/src/wp-content/themes/twentyseventeen/readme.txt @@ -16,7 +16,7 @@ For more information about Twenty Seventeen please go to https://wordpress.org/d == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://wordpress.org/documentation/article/twenty-seventeen/ for a guide on how to customize this theme. diff --git a/src/wp-content/themes/twentysixteen/readme.txt b/src/wp-content/themes/twentysixteen/readme.txt index e5a5a2776773d..39cd82277f87f 100644 --- a/src/wp-content/themes/twentysixteen/readme.txt +++ b/src/wp-content/themes/twentysixteen/readme.txt @@ -22,7 +22,7 @@ For more information about Twenty Sixteen please go to https://wordpress.org/doc == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Sixteen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://wordpress.org/documentation/article/twenty-sixteen/ for a guide on how to customize this theme. diff --git a/src/wp-content/themes/twentyten/readme.txt b/src/wp-content/themes/twentyten/readme.txt index f0e8c057cfb64..67145e2d29180 100644 --- a/src/wp-content/themes/twentyten/readme.txt +++ b/src/wp-content/themes/twentyten/readme.txt @@ -15,7 +15,7 @@ For more information about Twenty Ten theme please go to https://codex.wordpress == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Ten in the search form and press the 'Enter' key in your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://codex.wordpress.org/Twenty_Ten for a guide to customize this theme. diff --git a/src/wp-content/themes/twentythirteen/readme.txt b/src/wp-content/themes/twentythirteen/readme.txt index 94261e7c4c002..138498e1a3917 100644 --- a/src/wp-content/themes/twentythirteen/readme.txt +++ b/src/wp-content/themes/twentythirteen/readme.txt @@ -15,7 +15,7 @@ For more information about Twenty Thirteen please go to https://codex.wordpress. == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Thirteen in the search form and press the 'Enter' key in your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://codex.wordpress.org/Twenty_Thirteen for a guide to customize this theme. diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt index f746e9add5048..af7129746e777 100644 --- a/src/wp-content/themes/twentytwelve/readme.txt +++ b/src/wp-content/themes/twentytwelve/readme.txt @@ -15,7 +15,7 @@ For more information about Twenty Twelve please go to https://codex.wordpress.or == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Twelve in the search form and press the 'Enter' key in your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to https://codex.wordpress.org/Twenty_Twelve for a guide to customize this theme. diff --git a/src/wp-content/themes/twentytwentyone/readme.txt b/src/wp-content/themes/twentytwentyone/readme.txt index b955225ca6a83..5ff4c1df34619 100644 --- a/src/wp-content/themes/twentytwentyone/readme.txt +++ b/src/wp-content/themes/twentytwentyone/readme.txt @@ -17,7 +17,7 @@ Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business == Installation == -1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +1. In your admin panel, go to Appearance -> Themes and click the 'Add' button. 2. Type in Twenty Twenty-One in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to INSERT ABOUT PAGE for a guide on how to customize this theme. diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 048c2afaf0c06..38de3edc913fb 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -631,7 +631,7 @@ protected function render_content() { allow_addition && current_user_can( 'publish_pages' ) && current_user_can( 'edit_theme_options' ) ) : // Currently tied to menus functionality. ?> diff --git a/src/wp-includes/class-wp-post-type.php b/src/wp-includes/class-wp-post-type.php index 5336d3e1cf8f3..b5f04fa2000af 100644 --- a/src/wp-includes/class-wp-post-type.php +++ b/src/wp-includes/class-wp-post-type.php @@ -973,8 +973,8 @@ public static function get_default_labels() { self::$default_labels = array( 'name' => array( _x( 'Posts', 'post type general name' ), _x( 'Pages', 'post type general name' ) ), 'singular_name' => array( _x( 'Post', 'post type singular name' ), _x( 'Page', 'post type singular name' ) ), - 'add_new' => array( __( 'Add New' ), __( 'Add New' ) ), - 'add_new_item' => array( __( 'Add New Post' ), __( 'Add New Page' ) ), + 'add_new' => array( __( 'Add Post' ), __( 'Add Page' ) ), + 'add_new_item' => array( __( 'Add Post' ), __( 'Add Page' ) ), 'edit_item' => array( __( 'Edit Post' ), __( 'Edit Page' ) ), 'new_item' => array( __( 'New Post' ), __( 'New Page' ) ), 'view_item' => array( __( 'View Post' ), __( 'View Page' ) ), diff --git a/src/wp-includes/class-wp-taxonomy.php b/src/wp-includes/class-wp-taxonomy.php index 254ea6a15c98b..853f6f3d745d1 100644 --- a/src/wp-includes/class-wp-taxonomy.php +++ b/src/wp-includes/class-wp-taxonomy.php @@ -624,7 +624,7 @@ public static function get_default_labels() { '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 New 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 ), diff --git a/src/wp-includes/customize/class-wp-customize-header-image-control.php b/src/wp-includes/customize/class-wp-customize-header-image-control.php index ecb134a5d1d5f..2d36ecccc459d 100644 --- a/src/wp-includes/customize/class-wp-customize-header-image-control.php +++ b/src/wp-includes/customize/class-wp-customize-header-image-control.php @@ -212,23 +212,23 @@ public function render_content() {%s × %s', $width, $height ) ); } elseif ( $width ) { printf( /* translators: %s: Header width in pixels. */ - __( 'Click “Add New Image” to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), + __( 'Click “Add Image” to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), sprintf( '%s', $width ) ); } else { printf( /* translators: %s: Header height in pixels. */ - __( 'Click “Add New Image” to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), + __( 'Click “Add Image” to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels — you’ll be able to crop your image once you upload it for a perfect fit.' ), sprintf( '%s', $height ) ); } @@ -246,7 +246,7 @@ public function render_content() {