Changes between Initial Version and Version 4 of Ticket #49334
- Timestamp:
- 03/14/2020 04:20:37 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49334
- Property Keywords has-patch added; needs-patch removed
-
Property
Component
changed from
Upgrade/Install
toSite Health
-
Property
Summary
changed from
[Theme compatibility] WP/PHP compatibility testing for theme installation
to[Theme compatibility] WP/PHP compatibility testing for theme activation
-
Ticket #49334 – Description
initial v4 1 1 See #48491 and #48507 2 2 3 WP/PHP compatibility testing for theme installation on `theme-install.php` is the last remaining piece. Installation of themes is fundamentally different than plugin installation and interacts with a lot of JS. 3 WP/PHP compatibility testing for theme activation is the last remaining piece. 4 5 Protects from themes that are manually installed like custom or premium themes. 6 7 Tries to follow how plugin activation is tested.