From 6e25b4bb6d68cce19119d645b0735b7042330e19 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 5 Oct 2017 03:12:59 +0000 Subject: [PATCH] Widgets: Remove "Replace Gallery" button from Gallery widget since redundant with "Edit Gallery". Props Presskopp, juhise, melchoyce. See #41914. Fixes #41994. git-svn-id: https://develop.svn.wordpress.org/trunk@41772 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/widgets/class-wp-widget-media-gallery.php | 4 ++-- src/wp-includes/widgets/class-wp-widget-media.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/widgets/class-wp-widget-media-gallery.php b/src/wp-includes/widgets/class-wp-widget-media-gallery.php index 5c07c4fc6b..4bce321c35 100644 --- a/src/wp-includes/widgets/class-wp-widget-media-gallery.php +++ b/src/wp-includes/widgets/class-wp-widget-media-gallery.php @@ -29,8 +29,8 @@ class WP_Widget_Media_Gallery extends WP_Widget_Media { $this->l10n = array_merge( $this->l10n, array( 'no_media_selected' => __( 'No images selected' ), - 'add_media' => _x( 'Select Images', 'label for button in the gallery widget; should not be longer than ~13 characters long' ), - 'replace_media' => _x( 'Replace Gallery', 'label for button in the gallery widget; should not be longer than ~13 characters long' ), + 'add_media' => _x( 'Add Images', 'label for button in the gallery widget; should not be longer than ~13 characters long' ), + 'replace_media' => '', 'edit_media' => _x( 'Edit Gallery', 'label for button in the gallery widget; should not be longer than ~13 characters long' ), ) ); } diff --git a/src/wp-includes/widgets/class-wp-widget-media.php b/src/wp-includes/widgets/class-wp-widget-media.php index 58ad4647ac..864d7568d8 100644 --- a/src/wp-includes/widgets/class-wp-widget-media.php +++ b/src/wp-includes/widgets/class-wp-widget-media.php @@ -403,9 +403,11 @@ abstract class WP_Widget_Media extends WP_Widget { + l10n['replace_media'] ) ) : ?> +