Make WordPress Core

Changeset 47137


Ignore:
Timestamp:
01/30/2020 08:06:13 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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.

Merges [47136] to the 5.3 branch.
See #48517.

Location:
branches/5.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-content/themes/twentynineteen/style-rtl.css

    r46721 r47137  
    27872787  color: inherit;
    27882788  cursor: pointer;
    2789   transition: background 250ms ease-in-out, transform 150ms ease;
     2789  transition: background 250ms ease-in-out,
     2790 transform 150ms ease;
    27902791  -webkit-appearance: none;
    27912792  -moz-appearance: none;
  • branches/5.3/src/wp-content/themes/twentynineteen/style.css

    r46721 r47137  
    66Author URI: https://wordpress.org/
    77Description: 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.
    8 Requires at least: WordPress 4.9.6
     8Requires at least: 4.9.6
     9Requires PHP: 5.2.4
    910Version: 1.4
    1011License: GNU General Public License v2 or later
     
    27862787  color: inherit;
    27872788  cursor: pointer;
    2788   transition: background 250ms ease-in-out, transform 150ms ease;
     2789  transition: background 250ms ease-in-out,
     2790 transform 150ms ease;
    27892791  -webkit-appearance: none;
    27902792  -moz-appearance: none;
  • branches/5.3/src/wp-content/themes/twentynineteen/style.scss

    r46721 r47137  
    55Author URI: https://wordpress.org/
    66Description: 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.
    7 Requires at least: WordPress 4.9.6
     7Requires at least: 4.9.6
     8Requires PHP: 5.2.4
    89Version: 1.4
    910License: GNU General Public License v2 or later
Note: See TracChangeset for help on using the changeset viewer.