Make WordPress Core


Ignore:
Timestamp:
09/18/2020 10:35:41 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update the URL for PHP date formats table in translator comments.

Props hareesh-pillai, iandunn.
Fixes #51332.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r47550 r48991  
    1919$title       = __( 'General Settings' );
    2020$parent_file = 'options-general.php';
    21 /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/date */
     21/* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/manual/datetime.format.php */
    2222$timezone_format = _x( 'Y-m-d H:i:s', 'timezone date format' );
    2323
Note: See TracChangeset for help on using the changeset viewer.