Changes between Initial Version and Version 1 of Ticket #54645, comment 7
- Timestamp:
- 05/28/2022 05:53:24 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54645, comment 7
initial v1 5 5 > Thanks for the patch! I think this change would still benefit from unit tests to make sure the fix works as expected and there are no regressions at a later point. 6 6 7 Would love to, @SergeyBiryukov, but I'm not sure how it can be done without adding a theme to the default ones? 7 ~~Would love to, @SergeyBiryukov, but I'm not sure how it can be done without adding a theme to the default ones?~~ 8 I changed the approach by moving the cast inside the `WP_Theme` constructor so I could add a unit test for that.