Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #53580


Ignore:
Timestamp:
07/03/2021 05:12:55 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome to WordPress Trac! Thanks for the ticket.

Just linking to some previous tickets here: #13780, #16868, #28574, #37704.

It seems that the new header would not actually be used by core yet, only by the Theme Check plugin? Would it be possible for the plugin to check the header without any changes to core, e.g. using the get_file_data() function?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53580

    • Property Keywords has-patch added
  • Ticket #53580 – Description

    initial v2  
    1 Hello. In addition to `Requires at least` and `Requires PHP` in 5.4 [https://core.trac.wordpress.org/ticket/44592 #44592], `Tested up to` was  added as a theme requirement since then.
     1Hello. In addition to `Requires at least` and `Requires PHP` in 5.4 #44592, `Tested up to` was  added as a theme requirement since then.
    22
    33The scope of this ticket is to add support for `Tested up to` to WP_theme so that it can be parsed correctly and implemented in the theme-check plugin [https://github.com/WordPress/theme-check/issues/341 #341].