From eb7bf9ccd3f6b24910eca0df1bda8ba35b357394 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
Date: Sun, 12 Jan 2020 02:22:17 +0000
Subject: [PATCH] Upgrade/Install: Remove the suggestion for users to skip a
minor update to keep their current translation.
With the introduction of asynchronous translation updates in WordPress 3.7+, the suggestion is no longer relevant.
Props casiepa, danieltj, tobifjellner, netweb.
Fixes #43242.
git-svn-id: https://develop.svn.wordpress.org/trunk@47061 602fd350-edb4-49c9-b593-d223f7449a82
---
src/wp-admin/update-core.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php
index bf8804d9d0..2093201149 100644
--- a/src/wp-admin/update-core.php
+++ b/src/wp-admin/update-core.php
@@ -162,7 +162,7 @@ function list_core_update( $update ) {
}
echo '
';
if ( 'en_US' != $update->locale && ( ! isset( $wp_local_package ) || $wp_local_package != $update->locale ) ) {
- echo '' . __( 'This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.' ) . '
';
+ echo '' . __( 'This localized version contains both the translation and various other localization fixes.' ) . '
';
} elseif ( 'en_US' == $update->locale && get_locale() != 'en_US' && ( ! $update->packages->partial && $wp_version == $update->partial_version ) ) {
// Partial builds don't need language-specific warnings.
echo '' . sprintf(