Changes between Version 1 and Version 2 of Ticket #57048, comment 8
- Timestamp:
- 10/14/2024 04:39:53 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57048, comment 8
v1 v2 5 5 6 6 Thank 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-e38e7938d6df1990969cd7d147a8d590b359fa3a96a33802c85aa5723abf0223R1887 I 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 8 8 9 9 The [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()`).