diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index a8eb7f51e0..e6b9b0cc06 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -162,7 +162,7 @@ function core_upgrade_preamble() { } echo ''; } else { - echo '

'; + echo '

'; _e('Important: before updating, please back up your database and files. For help with updates, visit the Updating WordPress Codex page.'); echo '

'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2a11cb37f2..eb623b197d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32521'; +$wp_version = '4.3-alpha-32522'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.