diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 4780fefb84..6aeb0701f3 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -333,15 +333,19 @@ function attachment_submit_meta_box( $post ) {
- %1$s'); - $date = date_i18n( $datef, strtotime( $post->post_date ) ); - ?>
- + post_date ) + ); + printf( + /* translators: Attachment information. %s: Date the attachment was uploaded */ + __( 'Uploaded on: %s' ), + '' . $date . '' + ); + ?>