Changeset 29029 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 07/08/2014 05:47:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r28871 r29029 2643 2643 } 2644 2644 2645 $thumb_id = get_post_thumbnail_id( $attachment_id ); 2646 if ( ! empty( $thumb_id ) ) { 2647 $attr['poster'] = wp_get_attachment_url( $thumb_id ); 2648 } 2649 2645 2650 echo wp_video_shortcode( $attr ); 2646 2651
Note: See TracChangeset
for help on using the changeset viewer.