Make WordPress Core

Changeset 42718


Ignore:
Timestamp:
02/18/2018 04:31:57 PM (7 years ago)
Author:
ocean90
Message:

I18N: Remove unused $start_of_week property from WP_Locale.

Missed in [35685], see #28344.

Props birgire, tonybogdanov.
Fixes #43344.

File:
1 edited

Legend:

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

    r42361 r42718  
    4343     */
    4444    public $weekday_abbrev;
    45 
    46     /**
    47      * Stores the default start of the week.
    48      *
    49      * @since 4.4.0
    50      * @var string
    51      */
    52     public $start_of_week;
    5345
    5446    /**
Note: See TracChangeset for help on using the changeset viewer.