Make WordPress Core


Ignore:
Timestamp:
11/18/2015 08:29:44 PM (9 years ago)
Author:
ocean90
Message:

Revert [35336] and [35337].

See #28344.

File:
1 edited

Legend:

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

    r35522 r35685  
    126126        $this->weekday_initial[ __( 'Friday' ) ]    = /* translators: one-letter abbreviation of the weekday */ _x( 'F', 'Friday initial' );
    127127        $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' );
    131128
    132129        // Abbreviations for each day.
Note: See TracChangeset for help on using the changeset viewer.