Changeset 27974 for trunk/src/wp-includes/media.php
- Timestamp:
- 04/06/2014 09:33:00 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27960 r27974 1270 1270 <div class="wp-playlist-current-item"></div> 1271 1271 <?php endif ?> 1272 <<?php echo $safe_type ?> controls="controls" preload=" metadata" width="<?php1272 <<?php echo $safe_type ?> controls="controls" preload="none" width="<?php 1273 1273 echo (int) $theme_width; 1274 1274 ?>"<?php if ( 'video' === $safe_type ):
Note: See TracChangeset
for help on using the changeset viewer.