Make WordPress Core


Ignore:
Timestamp:
11/11/2019 11:37:42 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Standardize the Required PHP and Tested Up To headers.

This change makes several changes to ensure consistency and accuracy for default theme headers:

  • Removes WordPress from Requires at least headers.
  • Ensures the Requires at least and Requires PHP headers are present in every default theme’s style.css file.
  • Ensures Tested up to is present in every readme.txt file.
  • Removes any headers not processed in both the style.css and readme.txt files for each theme.

Props Otto42, afragen.
Merges [46676] to the 5.3 branch.
Fixes #48517.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-content/themes/twentynineteen/readme.txt

    r45775 r46699  
    33Tags: 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
    44Requires at least: 4.9.6
    5 Tested up to: WordPress 5.0
    6 Requires PHP: 5.2.4
     5Tested up to: 5.0
    76Stable tag: 1.4
    87License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.