Changeset 56142 for trunk/src/wp-includes/media.php
- Timestamp:
- 07/05/2023 07:28:02 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56122 r56142 5644 5644 } 5645 5645 5646 // The custom header image is always expected to be in the header. 5647 if ( 'get_header_image_tag' === $context ) { 5648 return $postprocess( $loading_attrs, true ); 5649 } 5650 5646 5651 // Special handling for programmatically created image tags. 5647 5652 if ( 'the_post_thumbnail' === $context || 'wp_get_attachment_image' === $context ) {
Note: See TracChangeset
for help on using the changeset viewer.