Make WordPress Core


Ignore:
Timestamp:
09/08/2019 11:52:43 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Comments: Replace @ with at in the displayed date format.

The @ symbol makes sense in the context of email addresses, but does not have a universal meaning in the context of dates.

Props birgire, afercia, audrasjb, SergeyBiryukov.
Fixes #47893.

File:
1 edited

Legend:

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

    r45932 r46084  
    210210            /* translators: Comment date format. See https://secure.php.net/date */
    211211            get_comment_date( __( 'Y/m/d' ), $comment ),
     212            /* translators: Comment time format. See https://secure.php.net/date */
    212213            get_comment_date( __( 'g:i a' ), $comment )
    213214        );
Note: See TracChangeset for help on using the changeset viewer.