Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #57048, comment 8


Ignore:
Timestamp:
10/14/2024 04:39:53 PM (8 months ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57048, comment 8

    v1 v2  
    55
    66Thank you for the hint, @spacedmonkey.
    7 I believe this commit addresses the issue in your version of the function: https://github.com/GoogleForCreators/web-stories-wp/commit/a7f4977f74d24f73c0a72d23501f6a1eb7ac9337#diff-e38e7938d6df1990969cd7d147a8d590b359fa3a96a33802c85aa5723abf0223R188
     7I believe this is the commit that addresses the issue in your version of the function: https://github.com/GoogleForCreators/web-stories-wp/commit/a7f4977f74d24f73c0a72d23501f6a1eb7ac9337#diff-e38e7938d6df1990969cd7d147a8d590b359fa3a96a33802c85aa5723abf0223R188
    88
    99The [https://github.com/WordPress/wordpress-develop/pull/6927 proposed solution] appears to not only resolve the issue you mentioned, but also correct the key at which preloaded data is stored (within the context of `array_reduce()`).