Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #58866, comment 9


Ignore:
Timestamp:
07/26/2023 03:29:39 PM (2 years ago)
Author:
thekt12
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58866, comment 9

    v1 v2  
    33
    44
    5 w.r.t Real site, unless the site is build to performing heavy business logic after switching theme in background, this would hardly cause any major issue as most of the issues dies off once the page is reloaded; It would be just one entry for each theme switch.
     5w.r.t Real site, unless the site is build to run heavy business logic after switching theme in background, this would hardly cause any major issue as most of the issues dies off once the page is reloaded; It would be just one entry for each theme switch.
    66
    77However, if we stick to the constants the way it is right now we will lose the ability to write test cases for some functions consuming it. i.e `locate_template` or `is_child_theme`