Changeset 35685 for trunk/src/wp-includes/locale.php
- Timestamp:
- 11/18/2015 08:29:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/locale.php
r35522 r35685 126 126 $this->weekday_initial[ __( 'Friday' ) ] = /* translators: one-letter abbreviation of the weekday */ _x( 'F', 'Friday initial' ); 127 127 $this->weekday_initial[ __( 'Saturday' ) ] = /* translators: one-letter abbreviation of the weekday */ _x( 'S', 'Saturday initial' ); 128 129 // Start of the week.130 $this->start_of_week = /* translators: default start of the week. 0 = Sunday, 1 = Monday */ _x( '1', 'start of week' );131 128 132 129 // Abbreviations for each day.
Note: See TracChangeset
for help on using the changeset viewer.