Ticket #25170: 25170.3.patch
File 25170.3.patch, 708 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/media.php
2450 2450 ?></strong> 2451 2451 </div> 2452 2452 2453 <?php 2453 <?php 2454 if ( isset( $meta['filesize'] ) ) 2455 $file_size = $meta['filesize']; 2456 else 2457 $file_size = filesize( get_attached_file( $post->ID ) ); 2458 2459 if ( ! empty( $file_size ) ) : ?> 2460 <div class="misc-pub-section misc-pub-filesize"> 2461 <?php _e( 'File size:' ); ?> <strong><?php echo size_format( $file_size ); ?></strong> 2462 </div> 2463 <?php 2464 endif; 2465 2454 2466 if ( preg_match( '#^audio|video#', $post->post_mime_type ) ): 2455 2467 2456 2468 $fields = array(