Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:12:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r46194 r47088  
    395395    /*
    396396     * translators: default GMT offset or timezone string. Must be either a valid offset (-12 to 14)
    397      * or a valid timezone string (America/New_York). See https://secure.php.net/manual/en/timezones.php
     397     * or a valid timezone string (America/New_York). See https://www.php.net/manual/en/timezones.php
    398398     * for all timezone strings supported by PHP.
    399399     */
     
    430430        'default_pingback_flag'           => 1,
    431431        'posts_per_page'                  => 10,
    432         /* translators: Default date format, see https://secure.php.net/date */
     432        /* translators: Default date format, see https://www.php.net/date */
    433433        'date_format'                     => __( 'F j, Y' ),
    434         /* translators: Default time format, see https://secure.php.net/date */
     434        /* translators: Default time format, see https://www.php.net/date */
    435435        'time_format'                     => __( 'g:i a' ),
    436         /* translators: Links last updated date format, see https://secure.php.net/date */
     436        /* translators: Links last updated date format, see https://www.php.net/date */
    437437        'links_updated_date_format'       => __( 'F j, Y g:i a' ),
    438438        'comment_moderation'              => 0,
Note: See TracChangeset for help on using the changeset viewer.