diff --git src/wp-includes/media-template.php src/wp-includes/media-template.php
index 5246350..89afcf1 100644
|
|
function wp_print_media_templates() { |
344 | 344 | <div class="file-size"><strong><?php _e( 'File size:' ); ?></strong> {{ data.filesizeHumanReadable }}</div> |
345 | 345 | <# if ( 'image' === data.type && ! data.uploading ) { #> |
346 | 346 | <# if ( data.width && data.height ) { #> |
347 | | <div class="dimensions"><strong><?php _e( 'Dimensions:' ); ?></strong> {{ data.width }} × {{ data.height }}</div> |
| 347 | <div class="dimensions"><strong><?php _e( 'Dimensions:' ); ?></strong> {{ data.width }} × {{ data.height }} px</div> |
348 | 348 | <# } #> |
349 | 349 | <# } #> |
350 | 350 | |
351 | 351 | <# if ( data.fileLength ) { #> |
352 | | <div class="file-length"><strong><?php _e( 'Length:' ); ?></strong> {{ data.fileLength }}</div> |
| 352 | <div class="file-length"><strong><?php _e( 'Length:' ); ?></strong> {{ data.fileLength }} min</div> |
353 | 353 | <# } #> |
354 | 354 | |
355 | 355 | <# if ( 'audio' === data.type && data.meta.bitrate ) { #> |