Changeset 28023 for trunk/src/wp-includes/media.php
- Timestamp:
- 04/07/2014 10:27:06 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r28004 r28023 1028 1028 <script type="text/html" id="tmpl-wp-playlist-item"> 1029 1029 <div class="wp-playlist-item"> 1030 < div class="wp-playlist-caption">1030 <a class="wp-playlist-caption" href="{{ data.src }}"> 1031 1031 {{ data.index ? ( data.index + '. ' ) : '' }} 1032 1032 <# if ( data.caption ) { #> … … 1038 1038 <# } #> 1039 1039 <# } #> 1040 </ div>1040 </a> 1041 1041 <# if ( data.meta.length_formatted ) { #> 1042 1042 <div class="wp-playlist-item-length">{{ data.meta.length_formatted }}</div>
Note: See TracChangeset
for help on using the changeset viewer.