From 6e060079ae5c74e6f7748cd8c43a1fb6b10d40be Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 9 Aug 2019 13:53:56 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentysixteen/readme.txt | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentysixteen/readme.txt b/wp-content/themes/twentysixteen/readme.txt index 17bb6967df..d52a9b934f 100644 --- a/wp-content/themes/twentysixteen/readme.txt +++ b/wp-content/themes/twentysixteen/readme.txt @@ -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 == diff --git a/wp-includes/version.php b/wp-includes/version.php index b59037a590..8680809252 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.