Changeset 29430 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/07/2014 06:19:29 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r29429 r29430 1881 1881 if ( ! empty( $atts['height'] ) ) { 1882 1882 $height_rule = sprintf( ' height: %dpx;', $atts['height'] ); 1883 } else { 1884 $height_rule = ' height: auto;'; 1883 1885 } 1884 1886 $output = sprintf( '<div style="max-width: 100%%;%s%s" class="wp-video">%s</div>', $width_rule, $height_rule, $html );
Note: See TracChangeset
for help on using the changeset viewer.