Changeset 29179 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 07/15/2014 10:17:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r29133 r29179 1217 1217 </script> 1218 1218 1219 <script type="text/html" id="tmpl-editor-audio">1220 <?php wp_underscore_audio_template() ?>1221 </script>1222 1223 <script type="text/html" id="tmpl-editor-video">1224 <?php wp_underscore_video_template() ?>1225 </script>1226 1227 <?php wp_underscore_playlist_templates() ?>1228 1229 <script type="text/html" id="tmpl-editor-playlist">1230 <# if ( data.tracks ) { #>1231 <div class="wp-playlist wp-{{ data.type }}-playlist wp-playlist-{{ data.style }}">1232 <# if ( 'audio' === data.type ){ #>1233 <div class="wp-playlist-current-item"></div>1234 <# } #>1235 <{{ data.type }} controls="controls" preload="none" <#1236 if ( data.width ) { #> width="{{ data.width }}"<# }1237 #><# if ( data.height ) { #> height="{{ data.height }}"<# } #>></{{ data.type }}>1238 <div class="wp-playlist-next"></div>1239 <div class="wp-playlist-prev"></div>1240 </div>1241 <# } else { #>1242 <div class="wpview-error">1243 <div class="dashicons dashicons-video-alt3"></div><p><?php _e( 'No items found.' ); ?></p>1244 </div>1245 <# } #>1246 </script>1247 1248 1219 <script type="text/html" id="tmpl-crop-content"> 1249 1220 <img class="crop-image" src="{{ data.url }}">
Note: See TracChangeset
for help on using the changeset viewer.