diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 1037f3ef9..6dc79faa7 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -163,7 +163,6 @@ function list_core_update( $update ) { } 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( - /* translators: %s: WordPress version. */ __( 'You are about to install WordPress %s in English (US). There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.' ), $update->response != 'development' ? $update->current : '' ) . '
';