Changeset 56154 for trunk/src/wp-includes/media.php
- Timestamp:
- 07/06/2023 04:31:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56143 r56154 5663 5663 5664 5664 // Special handling for programmatically created image tags. 5665 if ( 'the_post_thumbnail' === $context || 'wp_get_attachment_image' === $context ) {5665 if ( 'the_post_thumbnail' === $context || 'wp_get_attachment_image' === $context || 'widget_media_image' === $context ) { 5666 5666 /* 5667 5667 * Skip programmatically created images within post content as they need to be handled together with the other
Note: See TracChangeset
for help on using the changeset viewer.