Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #63583, comment 16


Ignore:
Timestamp:
07/24/2025 06:55:11 AM (9 months ago)
Author:
iamadisingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63583, comment 16

    v1 v2  
    1 Regarding the check placement, I think it seems like a cleaner logical separation. Since the action only enqueues scripts and doesn't echo any output, I don't think it would cause any unintended consequences.
     1I have moved the logic back to its original location as it seems a safer approach.
    22
    3 However, a more minimal fix in the original location (after `ob_start()`) also works. I'm happy to move it back. Which approach do you think is best?