From 092872c3fc37ab7c66495feb7a01dd935adceeb2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 9 Aug 2019 13:42:57 +0000 Subject: [PATCH] Twenty Nineteen: Add missing `Installation` section to `readme.txt`, for consistency with other themes. See #47857. Built from https://develop.svn.wordpress.org/trunk@45775 git-svn-id: http://core.svn.wordpress.org/trunk@45586 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/readme.txt | 10 ++++++++++ wp-includes/version.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentynineteen/readme.txt b/wp-content/themes/twentynineteen/readme.txt index 44e8af3613..22cb034f37 100644 --- a/wp-content/themes/twentynineteen/readme.txt +++ b/wp-content/themes/twentynineteen/readme.txt @@ -13,6 +13,16 @@ Our 2019 default theme is designed to show off the power of the block editor. == Description == Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes. +For more information about Twenty Nineteen please go to https://wordpress.org/support/article/twenty-nineteen/. + +== Installation == + +1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +2. Type in Twenty Nineteen 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-nineteen/ for a guide on how to customize this theme. +5. Navigate to Appearance > Customize in your admin panel and customize to taste. + == Copyright == Twenty Nineteen WordPress Theme, Copyright 2018 WordPress.org diff --git a/wp-includes/version.php b/wp-includes/version.php index 0c57d49591..b59037a590 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45774'; +$wp_version = '5.3-alpha-45775'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.