Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #56699, comment 5


Ignore:
Timestamp:
10/14/2022 06:12:31 PM (2 years ago)
Author:
neychok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56699, comment 5

    v1 v2  
    88- Completely remove all IE code
    99- 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.
    1111
    1212The PR is just an example.