diff --git a/readme.html b/readme.html index 74495e4ab6..0d62cc5a47 100644 --- a/readme.html +++ b/readme.html @@ -67,7 +67,7 @@

Online Resources

If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:

-
HelpHub
+
HelpHub
HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
The WordPress Blog
This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.
diff --git a/wp-includes/version.php b/wp-includes/version.php index 572b742149..d3a23e692b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta4-55460'; +$wp_version = '6.2-beta4-55461'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.