Changeset 26526
- Timestamp:
- 12/02/2013 04:31:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r25868 r26526 1149 1149 $html .= '</video>'; 1150 1150 1151 $html = sprintf( '<div style="width: %dpx; max-width: 100%%;" >%s</div>', $width, $html );1151 $html = sprintf( '<div style="width: %dpx; max-width: 100%%;" class="wp-video">%s</div>', $width, $html ); 1152 1152 return apply_filters( 'wp_video_shortcode', $html, $atts, $video, $post_id, $library ); 1153 1153 }
Note: See TracChangeset
for help on using the changeset viewer.