Changeset 24949
- Timestamp:
- 08/01/2013 02:49:20 PM (11 years ago)
- Location:
- branches/3.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-includes/js/mediaelement/wp-mediaelement.css
r23729 r24949 10 10 background: #d54e21; 11 11 } 12 13 .me-cannotplay { 14 width: auto !important; 15 } -
branches/3.6/wp-includes/media.php
r24945 r24949 911 911 'autoplay' => $autoplay, 912 912 'preload' => $preload, 913 'style' => 'width: 100%', 913 914 ); 914 915
Note: See TracChangeset
for help on using the changeset viewer.