Changeset 35811 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 12/07/2015 04:25:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r35677 r35811 1456 1456 <p><strong>" . __('File name:') . "</strong> $filename</p> 1457 1457 <p><strong>" . __('File type:') . "</strong> $post->post_mime_type</p> 1458 <p><strong>" . __('Upload date:') . "</strong> " . mysql2date( get_option('date_format'), $post->post_date ). '</p>';1458 <p><strong>" . __('Upload date:') . "</strong> " . mysql2date( __( 'F j, Y' ), $post->post_date ). '</p>'; 1459 1459 if ( !empty( $media_dims ) ) 1460 1460 $item .= "<p><strong>" . __('Dimensions:') . "</strong> $media_dims</p>\n";
Note: See TracChangeset
for help on using the changeset viewer.