Twenty Sixteen: Correct HelpHub URL in readme.txt.

See #47771.
Built from https://develop.svn.wordpress.org/trunk@45776


git-svn-id: http://core.svn.wordpress.org/trunk@45587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-08-09 13:53:56 +00:00
parent 092872c3fc
commit 6e060079ae
2 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@ Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the
* Post Formats
* The GPL v2.0 or later license. :) Use it to make something cool.
For more information about Twenty Sixteen please go to https://wordpress.org/support/article/twenty_sixteen/.
For more information about Twenty Sixteen please go to https://wordpress.org/support/article/twenty-sixteen/.
== Installation ==
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in Twenty Sixteen in the search form and press the 'Enter' key on your keyboard.
3. Click on the 'Activate' button to use your new theme right away.
4. Go to https://wordpress.org/support/article/twenty_sixteen/ for a guide on how to customize this theme.
4. Go to https://wordpress.org/support/article/twenty-sixteen/ for a guide on how to customize this theme.
5. Navigate to Appearance > Customize in your admin panel and customize to taste.
== Copyright ==

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45775';
$wp_version = '5.3-alpha-45776';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.