Changeset 27657 for trunk/src/wp-includes/media.php
- Timestamp:
- 03/23/2014 02:34:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27655 r27657 2446 2446 ); 2447 2447 2448 if ( theme_supports_thumbnails( $post ) &&post_supports_thumbnails( $post ) ) {2448 if ( theme_supports_thumbnails( $post ) || post_supports_thumbnails( $post ) ) { 2449 2449 $featured_image_id = get_post_meta( $post->ID, '_thumbnail_id', true ); 2450 2450 $settings['post']['featuredImageId'] = $featured_image_id ? $featured_image_id : -1;
Note: See TracChangeset
for help on using the changeset viewer.