diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 78e5929bf4..3d7778863a 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -198,7 +198,7 @@ function core_upgrade_preamble() { echo ''; } else { echo '

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

'; echo '

'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 19d1e7f34a..9f89182386 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44595'; +$wp_version = '5.1-beta1-44596'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.