Changes between Initial Version and Version 1 of Ticket #56699, comment 5
- Timestamp:
- 10/14/2022 06:12:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56699, comment 5
initial v1 7 7 Should I: 8 8 - Completely remove all IE code 9 - Just change ` enqueue_` to `register_` where possible and leave the rest, like in the case with TwentyEleven10 - Remove all IE code except where we have ` enqueue_` that's going to be changed to `register_` instead.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. 11 11 12 12 The PR is just an example.