mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +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:
@@ -422,11 +422,11 @@ function populate_options( array $options = array() ) {
|
||||
'default_ping_status' => 'open',
|
||||
'default_pingback_flag' => 1,
|
||||
'posts_per_page' => 10,
|
||||
/* translators: Default date format, see https://www.php.net/date */
|
||||
/* translators: Default date format, see https://www.php.net/manual/datetime.format.php */
|
||||
'date_format' => __( 'F j, Y' ),
|
||||
/* translators: Default time format, see https://www.php.net/date */
|
||||
/* translators: Default time format, see https://www.php.net/manual/datetime.format.php */
|
||||
'time_format' => __( 'g:i a' ),
|
||||
/* translators: Links last updated date format, see https://www.php.net/date */
|
||||
/* translators: Links last updated date format, see https://www.php.net/manual/datetime.format.php */
|
||||
'links_updated_date_format' => __( 'F j, Y g:i a' ),
|
||||
'comment_moderation' => 0,
|
||||
'moderation_notify' => 1,
|
||||
|
||||
Reference in New Issue
Block a user