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.