Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.
See #48303. Built from https://develop.svn.wordpress.org/trunk@47088 git-svn-id: http://core.svn.wordpress.org/trunk@46888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -390,13 +390,13 @@ function wp_default_packages_inline_scripts( &$scripts ) {
|
||||
),
|
||||
),
|
||||
'formats' => array(
|
||||
/* translators: Time format, see https://secure.php.net/date */
|
||||
/* translators: Time format, see https://www.php.net/date */
|
||||
'time' => get_option( 'time_format', __( 'g:i a' ) ),
|
||||
/* translators: Date format, see https://secure.php.net/date */
|
||||
/* translators: Date format, see https://www.php.net/date */
|
||||
'date' => get_option( 'date_format', __( 'F j, Y' ) ),
|
||||
/* translators: Date/Time format, see https://secure.php.net/date */
|
||||
/* translators: Date/Time format, see https://www.php.net/date */
|
||||
'datetime' => __( 'F j, Y g:i a' ),
|
||||
/* translators: Abbreviated date/time format, see https://secure.php.net/date */
|
||||
/* translators: Abbreviated date/time format, see https://www.php.net/date */
|
||||
'datetimeAbbreviated' => __( 'M j, Y g:i a' ),
|
||||
),
|
||||
'timezone' => array(
|
||||
|
||||
Reference in New Issue
Block a user