Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickebates committed Nov 14, 2019
2 parents 09d3ff6 + 071006d commit 50e41d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp-admin/update-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<p class="hint">' . sprintf(
/* translators: %s: WordPress version. */
__( 'You are about to install WordPress %s <strong>in English (US).</strong> 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 : ''
) . '</p>';
Expand Down

0 comments on commit 50e41d8

Please sign in to comment.