Changeset 52597 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 01/18/2022 08:27:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r48991 r52597 139 139 // Abbreviations for each day. 140 140 $this->weekday_abbrev[ __( 'Sunday' ) ] = /* translators: Three-letter abbreviation of the weekday. */ __( 'Sun' ); 141 $this->weekday_abbrev[ __( 'Monday' ) ] = /* translators: T tree-letter abbreviation of the weekday. */ __( 'Mon' );141 $this->weekday_abbrev[ __( 'Monday' ) ] = /* translators: Three-letter abbreviation of the weekday. */ __( 'Mon' ); 142 142 $this->weekday_abbrev[ __( 'Tuesday' ) ] = /* translators: Three-letter abbreviation of the weekday. */ __( 'Tue' ); 143 143 $this->weekday_abbrev[ __( 'Wednesday' ) ] = /* translators: Three-letter abbreviation of the weekday. */ __( 'Wed' );
Note: See TracChangeset
for help on using the changeset viewer.