Changeset 38597
- Timestamp:
- 09/13/2016 01:44:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r38470 r38597 2604 2604 $width_rule = ''; 2605 2605 if ( ! empty( $atts['width'] ) ) { 2606 $width_rule = sprintf( 'width: %dpx; 2606 $width_rule = sprintf( 'width: %dpx;', $atts['width'] ); 2607 2607 } 2608 2608 $output = sprintf( '<div style="%s" class="wp-video">%s</div>', $width_rule, $html );
Note: See TracChangeset
for help on using the changeset viewer.