Changeset 27269
- Timestamp:
- 02/25/2014 07:29:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27245 r27269 1071 1071 ); 1072 1072 1073 $track['meta'] = array(); 1073 1074 $meta = wp_get_attachment_metadata( $attachment->ID ); 1074 1075 if ( ! empty( $meta ) ) { 1075 $track['meta'] = array();1076 1076 1077 1077 $keys = array( 'title', 'artist', 'band', 'album', 'genre', 'year', 'length', 'length_formatted' ); … … 1155 1155 <div class="wp-playlist-current-item"></div> 1156 1156 <?php endif ?> 1157 <<?php echo $type ?> controls="controls" preload="metadata" width="<?php echo $ content_width - $outer?>"></<?php echo $type ?>>1157 <<?php echo $type ?> controls="controls" preload="metadata" width="<?php echo $theme_width ?>"></<?php echo $type ?>> 1158 1158 <div class="wp-playlist-next"></div> 1159 1159 <div class="wp-playlist-prev"></div>
Note: See TracChangeset
for help on using the changeset viewer.