Changeset 56192 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/10/2023 10:46:22 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56160 r56192 6615 6615 $post_id = (int) $post_id; 6616 6616 6617 // This uses image_downsize() which also looks for the (very) old format $image_meta['thumb'] 6618 // when the newer format $image_meta['sizes']['thumbnail'] doesn't exist. 6617 /* 6618 * This uses image_downsize() which also looks for the (very) old format $image_meta['thumb'] 6619 * when the newer format $image_meta['sizes']['thumbnail'] doesn't exist. 6620 */ 6619 6621 $thumbnail_url = wp_get_attachment_image_url( $post_id, 'thumbnail' ); 6620 6622
Note: See TracChangeset
for help on using the changeset viewer.