Ticket #27644: 27644.2.diff
| File 27644.2.diff, 1.7 KB (added by , 12 years ago) |
|---|
-
src/wp-includes/js/mediaelement/wp-mediaelement.css
106 106 line-height: 1.5; 107 107 } 108 108 109 .wp-playlist-item .wp-playlist-caption { 110 text-decoration: none; 111 color: #000; 112 } 113 109 114 .wp-playlist-item-meta { 110 115 display: block; 111 116 font-size: 14px; -
src/wp-includes/js/mediaelement/wp-playlist.js
107 107 }, 108 108 109 109 clickTrack : function (e) { 110 e.preventDefault(); 111 110 112 this.index = this.$( '.wp-playlist-item' ).index( e.currentTarget ); 111 113 this.setCurrent(); 112 114 }, -
src/wp-includes/media.php
1027 1027 </script> 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 ) { #> 1033 1033 {{ data.caption }} … … 1037 1037 <span class="wp-playlist-item-artist"> — {{ data.meta.artist }}</span> 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> 1043 1043 <# } #>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)