Plugin Updates
This commit is contained in:
@@ -434,7 +434,7 @@ function attachment_submit_meta_box( $post ) {
|
||||
<span id="timestamp">
|
||||
<?php
|
||||
$uploaded_on = sprintf(
|
||||
/* translators: Publish box date string. 1: Date, 2: Time. See https://www.php.net/manual/datetime.format.php */
|
||||
/* translators: Publish box date string. 1: Date, 2: Time. */
|
||||
__( '%1$s at %2$s' ),
|
||||
/* translators: Publish box date format, see https://www.php.net/manual/datetime.format.php */
|
||||
date_i18n( _x( 'M j, Y', 'publish box date format' ), strtotime( $post->post_date ) ),
|
||||
|
||||
Reference in New Issue
Block a user