From 41022dc6f27e631ddac19845f581baac490231bd Mon Sep 17 00:00:00 2001 From: aduth Date: Fri, 12 Apr 2019 20:44:52 +0000 Subject: [PATCH] Privacy: Remove unnecessary translation from help notice action label. As static markup, the Privacy Policy editor help notice link no longer needs to be translateable with the revisions included in [45174]. Props garrett-eclipse. Fixes #46098. See [45174]. Built from https://develop.svn.wordpress.org/trunk@45180 git-svn-id: http://core.svn.wordpress.org/trunk@44989 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/misc.php | 11 +++-------- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 44045a47f3..b14aad3b24 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1665,16 +1665,11 @@ final class WP_Privacy_Policy_Content { %3$s%4$s' ), + ' %s %s', $url, - 'target="_blank"', $label, - sprintf( - ' %s', - /* translators: accessibility text */ - __( '(opens in a new tab)' ) - ) + /* translators: accessibility text */ + __( '(opens in a new tab)' ) ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index ce09cfe05b..6e0f281b27 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta2-45179'; +$wp_version = '5.2-beta2-45180'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.