From 10a507752415f33a12594650c090af1c094052ff Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 Jan 2020 20:02:46 +0000 Subject: [PATCH] Twenty Nineteen: Standardize the Required PHP and Tested Up To headers. * Remove `WordPress` from `Requires at least` headers. * Ensure the `Requires at least` and `Requires PHP` headers are present in the `style.css` file. Follow-up to [46676], which updated `style-rtl.css`, but not `style.scss` or `style.css`. See #48517. git-svn-id: https://develop.svn.wordpress.org/trunk@47136 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentynineteen/style-rtl.css | 3 ++- src/wp-content/themes/twentynineteen/style.css | 6 ++++-- src/wp-content/themes/twentynineteen/style.scss | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 84f857a608..46088221be 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -2786,7 +2786,8 @@ body.page .main-navigation { background: transparent; color: inherit; cursor: pointer; - transition: background 250ms ease-in-out, transform 150ms ease; + transition: background 250ms ease-in-out, + transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; } diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css index c7122e0160..87427310d0 100644 --- a/src/wp-content/themes/twentynineteen/style.css +++ b/src/wp-content/themes/twentynineteen/style.css @@ -5,7 +5,8 @@ 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. -Requires at least: WordPress 4.9.6 +Requires at least: 4.9.6 +Requires PHP: 5.2.4 Version: 1.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -2785,7 +2786,8 @@ body.page .main-navigation { background: transparent; color: inherit; cursor: pointer; - transition: background 250ms ease-in-out, transform 150ms ease; + transition: background 250ms ease-in-out, + transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; } diff --git a/src/wp-content/themes/twentynineteen/style.scss b/src/wp-content/themes/twentynineteen/style.scss index 7807837289..516e671997 100644 --- a/src/wp-content/themes/twentynineteen/style.scss +++ b/src/wp-content/themes/twentynineteen/style.scss @@ -4,7 +4,8 @@ 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. -Requires at least: WordPress 4.9.6 +Requires at least: 4.9.6 +Requires PHP: 5.2.4 Version: 1.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html