Changes between Version 1 and Version 2 of Ticket #56699, comment 5
- Timestamp:
- 10/14/2022 06:12:31 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56699, comment 5
v1 v2 8 8 - Completely remove all IE code 9 9 - Just change `wp_enqueue_` to `wp_register_` where possible and leave the rest, like in the case with TwentyEleven 10 - Remove all IE code except where we have `wp_enqueue_` that's going to be changed to ` register_` instead.10 - Remove all IE code except where we have `wp_enqueue_` that's going to be changed to `wp_register_` instead. 11 11 12 12 The PR is just an example.