Changes between Initial Version and Version 1 of Ticket #17262, comment 55
- Timestamp:
- 11/11/2021 08:06:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17262, comment 55
initial v1 1 1 The function `wp_get_registered_image_subsizes` indicates that the actual size key in the array is `thumbnail`. The default value of the size parameter in `get_the_post_thumbnail` is `post-thumbnail`. It might be worth considering reviewing this conflict. 2 2 3 The specific issue which has caused me to provide feedback to this ticket is `render_block_core_post_featured_image` in the new wp-includes/blocks/post-featured-image.php file. If the issue with get_the_post_thumbnailcan't be resolved, it may be a simpler solution (for this case) to modify the line…3 The specific issue which has caused me to provide feedback to this ticket is `render_block_core_post_featured_image` in the new wp-includes/blocks/post-featured-image.php file. If the issue with `get_the_post_thumbnail` can't be resolved, it may be a simpler solution (for this case) to modify the line… 4 4 5 5