Changes between Version 1 and Version 2 of Ticket #58866, comment 9
- Timestamp:
- 07/26/2023 03:29:39 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58866, comment 9
v1 v2 3 3 4 4 5 w.r.t Real site, unless the site is build to performingheavy 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.5 w.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. 6 6 7 7 However, 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`