Changeset 29429 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 08/07/2014 05:52:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r29235 r29429 1521 1521 $atts['height'] = (int) $meta['height']; 1522 1522 } 1523 if ( has_post_thumbnail() ) { 1524 $atts['poster'] = wp_get_attachment_url( get_post_thumbnail_id() ); 1525 } 1523 1526 $p = wp_video_shortcode( $atts ); 1524 1527 } elseif ( 0 === strpos( $post->post_mime_type, 'audio' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.