From 9ebc5e85fd19c30c1eed7085f5563ea9a66ce159 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Mar 2019 20:58:51 +0000 Subject: [PATCH] Twenty Nineteen: Update `Theme URI` to point to the Theme Directory instead of the archived GitHub repository. Update `style.scss` and `style-rtl.css`, missed in [45032]. Props dimadin. See #46668. Built from https://develop.svn.wordpress.org/trunk@45057 git-svn-id: http://core.svn.wordpress.org/trunk@44866 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/style-rtl.css | 2 +- wp-content/themes/twentynineteen/style.scss | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentynineteen/style-rtl.css b/wp-content/themes/twentynineteen/style-rtl.css index 3fd6f91ecd..525580b29e 100644 --- a/wp-content/themes/twentynineteen/style-rtl.css +++ b/wp-content/themes/twentynineteen/style-rtl.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /* Theme Name: Twenty Nineteen -Theme URI: https://github.com/WordPress/twentynineteen +Theme URI: https://wordpress.org/themes/twentynineteen/ Author: the WordPress team Author URI: https://wordpress.org/ 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. diff --git a/wp-content/themes/twentynineteen/style.scss b/wp-content/themes/twentynineteen/style.scss index 944872a0e1..d834f8ae58 100644 --- a/wp-content/themes/twentynineteen/style.scss +++ b/wp-content/themes/twentynineteen/style.scss @@ -1,6 +1,6 @@ /* Theme Name: Twenty Nineteen -Theme URI: https://github.com/WordPress/twentynineteen +Theme URI: https://wordpress.org/themes/twentynineteen/ Author: the WordPress team Author URI: https://wordpress.org/ 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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 2d56f0b5a9..d48fe4036f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45056'; +$wp_version = '5.2-beta1-45057'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.