mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 15:44:29 +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:
@@ -124,9 +124,9 @@ switch ( $comment->comment_approved ) {
|
||||
$submitted = sprintf(
|
||||
/* translators: 1: Comment date, 2: Comment 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( $comment->comment_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( $comment->comment_date ) )
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user