Replace "Add New Media" title with "Add Media" in media-new.php

In #61219, it was decided to replace each occurrences of "Add New […]" (post, page, taxonomy, whatever) with "Add […]", to make the interface more consistent and simplify the translation effort.

This changeset replaces a missed occurrence appearing when uploading a media from the list view in the media library, and updates it as well, for better consistency.

Follow-up to [59784], [59786], [59791], [60098], [60099].

Props audrasjb, jsmansart.
Fixes #64573
See #61219

Built from https://develop.svn.wordpress.org/trunk@61569


git-svn-id: http://core.svn.wordpress.org/trunk@60880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2026-02-01 10:18:40 +00:00
parent 76d881a1e0
commit 85552fcf25
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ if ( $_POST ) {
}
// Used in the HTML title tag.
$title = __( 'Upload New Media' );
$title = __( 'Upload Media' );
$parent_file = 'upload.php';
get_current_screen()->add_help_tab(

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61568';
$wp_version = '7.0-alpha-61569';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.