Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56699, comment 5

    initial v1  
    77Should I:
    88- Completely remove all IE code
    9 - Just change `enqueue_` to `register_` where possible and leave the rest, like in the case with TwentyEleven
    10 - 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.
    1111
    1212The PR is just an example.