mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +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:
@@ -1081,9 +1081,9 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
$t_time = sprintf(
|
||||
/* translators: 1: Post date, 2: Post time. */
|
||||
__( '%1$s at %2$s' ),
|
||||
/* translators: Post date format. See https://www.php.net/date */
|
||||
/* translators: Post date format. See https://www.php.net/manual/datetime.format.php */
|
||||
get_the_time( __( 'Y/m/d' ), $post ),
|
||||
/* translators: Post time format. See https://www.php.net/date */
|
||||
/* translators: Post time format. See https://www.php.net/manual/datetime.format.php */
|
||||
get_the_time( __( 'g:i a' ), $post )
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user