From 8d9725e13f16604c35a6c1e31d5c6412b0efd953 Mon Sep 17 00:00:00 2001 From: Jon Desrosiers Date: Thu, 7 Nov 2019 10:15:41 -0500 Subject: [PATCH] Fix and standardize headers for `Requires at least` and `Requires PHP`. (#969) Brings this in sync with a core trac patch https://core.trac.wordpress.org/ticket/48517 --- readme.txt | 4 +--- style-rtl.css | 2 ++ style.css | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 5944560be..482e41fa8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,6 @@ === Twenty Twenty === Contributors: the WordPress team -Requires at least: 4.7 -Tested up to: WordPress 5.3 -Requires PHP: 5.2.4 +Tested up to: 5.3 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/style-rtl.css b/style-rtl.css index bf7c0c653..28a56b04b 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -2,6 +2,8 @@ Theme Name: Twenty Twenty Text Domain: twentytwenty Version: 1.0 +Requires at least: 4.7 +Requires PHP: 5.2.4 Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors. Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready Author: the WordPress team diff --git a/style.css b/style.css index ad8ca1a58..094a2d8d0 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,8 @@ Theme Name: Twenty Twenty Text Domain: twentytwenty Version: 1.0 +Requires at least: 4.7 +Requires PHP: 5.2.4 Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors. Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready Author: the WordPress team