mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Update the URL for PHP date formats table in translator comments.
Props hareesh-pillai, iandunn. Fixes #51332. git-svn-id: https://develop.svn.wordpress.org/trunk@48991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -171,9 +171,9 @@ if ( $viewable ) {
|
||||
$scheduled_date = sprintf(
|
||||
/* translators: Publish box date string. 1: Date, 2: Time. */
|
||||
__( '%1$s at %2$s' ),
|
||||
/* translators: Publish box date format, see https://www.php.net/date */
|
||||
/* 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 ) ),
|
||||
/* translators: Publish box time format, see https://www.php.net/date */
|
||||
/* translators: Publish box time format, see https://www.php.net/manual/datetime.format.php */
|
||||
date_i18n( _x( 'H:i', 'publish box time format' ), strtotime( $post->post_date ) )
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user