From f8a5ae6b932ab6ad51287a6c8b6faa28a59f7bb6 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
' . __( '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( diff --git a/wp-includes/version.php b/wp-includes/version.php index fe5da4edf9..579e426a79 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47060'; +$wp_version = '5.4-alpha-47061'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.