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/includes/ajax-actions.php

    r48946 r48991  
    22062206            $time = '';
    22072207        } else {
    2208             /* translators: Date format in table columns, see https://www.php.net/date */
     2208            /* translators: Date format in table columns, see https://www.php.net/manual/datetime.format.php */
    22092209            $time = mysql2date( __( 'Y/m/d' ), $post->post_date );
    22102210        }
Note: See TracChangeset for help on using the changeset viewer.