Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55617, comment 10


Ignore:
Timestamp:
04/27/2022 12:17:56 AM (3 years ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55617, comment 10

    initial v1  
    22It 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).
    33I 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
     4This bug was intoruced in the recent [https://core.trac.wordpress.org/changeset/53218 changeset].
     5In my opinion, it should be fixed ASAP.
    56FYI: @spacedmonkey