General: Bump the pinned hash for Gutenberg to b9743a - #13015
Conversation
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
Commit Message |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
| update_post_thumbnail_cache(); | ||
| } | ||
| $current_featured_image = get_the_post_thumbnail_url( null, $attributes['sizeSlug'] ?? null ); | ||
| $current_featured_image = get_the_post_thumbnail_url( null, $attributes['sizeSlug'] ?? 'full' ); |
There was a problem hiding this comment.
This change does not affect the behavior of the cover block. It was necessary to backport it to 7.1 to resolve unit test errors.
See WordPress/gutenberg#81444 (comment) for more details.
Trac ticket: https://core.trac.wordpress.org/ticket/65529
This ticket is for syncing the changes between
ea285b45692aed6c4f95353671393402f97f0aa7intowordpress-develop(b9743a015526ac8fd79298fd4e96cf002cee333b).Diff: WordPress/gutenberg@ea285b4...b9743a0