Changeset 59751
- Timestamp:
- 02/02/2025 11:15:55 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r59750 r59751 1763 1763 && current_theme_supports( 'post-thumbnails', get_post_type( $calling_post_id ) ) 1764 1764 && post_type_supports( get_post_type( $calling_post_id ), 'thumbnail' ) 1765 && get_post_thumbnail_id( $calling_post_id ) != $attachment_id1765 && get_post_thumbnail_id( $calling_post_id ) !== $attachment_id 1766 1766 ) { 1767 1767
Note: See TracChangeset
for help on using the changeset viewer.