Make WordPress Core


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

Accessibility: Posts, Post Types: 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 #47832.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r46075 r46083  
    15841584                'publishOnPast'      => __( 'Published on:' ),
    15851585                /* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */
    1586                 'dateFormat'         => __( '%1$s %2$s, %3$s @ %4$s:%5$s' ),
     1586                'dateFormat'         => __( '%1$s %2$s, %3$s at %4$s:%5$s' ),
    15871587                'showcomm'           => __( 'Show more comments' ),
    15881588                'endcomm'            => __( 'No more comments found.' ),
Note: See TracChangeset for help on using the changeset viewer.