Changes between Initial Version and Version 1 of Ticket #55617, comment 10
- Timestamp:
- 04/27/2022 12:17:56 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55617, comment 10
initial v1 2 2 It may happen that the list of available [https://wordpress.org/patterns/ patterns] supported by the current theme will be incorrect because the wrong response from the `wp/v2/pattern-directory/patterns` endpoint will get cached (for 1 hour). 3 3 I haven't been able to spot any issues on the front end, but the bug is reproducible and can have unpredictable consequences. 4 This issue is a follow-up from https://github.com/WordPress/wordpress-develop/pull/2488#discussion_r846384781 4 This bug was intoruced in the recent [https://core.trac.wordpress.org/changeset/53218 changeset]. 5 In my opinion, it should be fixed ASAP. 5 6 FYI: @spacedmonkey