Changeset 59493 for trunk/src/wp-includes/embed.php
- Timestamp:
- 12/05/2024 09:19:37 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r58286 r59493 722 722 723 723 if ( $thumbnail_id ) { 724 list( $thumbnail_url, $thumbnail_width, $thumbnail_height ) = wp_get_attachment_image_src( $thumbnail_id, array( $width, 99999) );724 list( $thumbnail_url, $thumbnail_width, $thumbnail_height ) = wp_get_attachment_image_src( $thumbnail_id, array( $width, 0 ) ); 725 725 $data['thumbnail_url'] = $thumbnail_url; 726 726 $data['thumbnail_width'] = $thumbnail_width;
Note: See TracChangeset
for help on using the changeset viewer.