From 8633d837ee803d9e7b21672563cb1f0780db5815 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 27 Mar 2019 14:32:51 +0000 Subject: [PATCH] Twenty Nineteen: Update `Theme URI` to point to the Theme Directory instead of the archived GitHub repository. Props dimadin. Fixes #46668. Built from https://develop.svn.wordpress.org/trunk@45032 git-svn-id: http://core.svn.wordpress.org/trunk@44841 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css index ac596fab23..4bd18c6402 100644 --- a/wp-content/themes/twentynineteen/style.css +++ b/wp-content/themes/twentynineteen/style.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-includes/version.php b/wp-includes/version.php index b0b7625b8b..0a7f831925 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-45031'; +$wp_version = '5.2-alpha-45032'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.