From 9dc2a432b1050c88486d3e27176d69f3c1932ef6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Aug 2019 19:00:58 +0000 Subject: [PATCH] Twenty Nineteen: Update `style-rtl.css` after [45773]. See #47850. Built from https://develop.svn.wordpress.org/trunk@45896 git-svn-id: http://core.svn.wordpress.org/trunk@45707 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/style-rtl.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentynineteen/style-rtl.css b/wp-content/themes/twentynineteen/style-rtl.css index 87d3a014ec..df10ac4e9d 100644 --- a/wp-content/themes/twentynineteen/style-rtl.css +++ b/wp-content/themes/twentynineteen/style-rtl.css @@ -8,7 +8,7 @@ Description: Our 2019 default theme is designed to show off the power of the blo Requires at least: WordPress 4.9.6 Version: 1.4 License: GNU General Public License v2 or later -License URI: LICENSE +License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentynineteen Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready diff --git a/wp-includes/version.php b/wp-includes/version.php index 980a1365a5..00d1c0cc84 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45895'; +$wp_version = '5.3-alpha-45896'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.