Changeset 33643
- Timestamp:
- 08/19/2015 05:50:23 AM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css
r32952 r33643 217 217 } 218 218 219 .wp-playlist-item-title:before { 220 content: '“'; 221 } 222 223 .wp-playlist-item-title:after { 224 content: '”'; 225 } 226 219 227 .wp-playlist-item-album { 220 228 font-style: italic; -
trunk/src/wp-includes/media.php
r33489 r33643 1167 1167 <# } #> 1168 1168 <div class="wp-playlist-caption"> 1169 <span class="wp-playlist-item-meta wp-playlist-item-title"> “{{ data.title }}”</span>1169 <span class="wp-playlist-item-meta wp-playlist-item-title">{{ data.title }}</span> 1170 1170 <# if ( data.meta.album ) { #><span class="wp-playlist-item-meta wp-playlist-item-album">{{ data.meta.album }}</span><# } #> 1171 1171 <# if ( data.meta.artist ) { #><span class="wp-playlist-item-meta wp-playlist-item-artist">{{ data.meta.artist }}</span><# } #> … … 1179 1179 {{ data.caption }} 1180 1180 <# } else { #> 1181 <span class="wp-playlist-item-title"> “{{{ data.title }}}”</span>1181 <span class="wp-playlist-item-title">{{{ data.title }}}</span> 1182 1182 <# if ( data.artists && data.meta.artist ) { #> 1183 1183 <span class="wp-playlist-item-artist"> — {{ data.meta.artist }}</span>
Note: See TracChangeset
for help on using the changeset viewer.