I18N: Remove unused $start_of_week
property from WP_Locale
.
Missed in [35685], see #28344. Props birgire, tonybogdanov. Fixes #43344. git-svn-id: https://develop.svn.wordpress.org/trunk@42718 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b99139814d
commit
b2b29b4431
@ -43,14 +43,6 @@ class WP_Locale {
|
|||||||
*/
|
*/
|
||||||
public $weekday_abbrev;
|
public $weekday_abbrev;
|
||||||
|
|
||||||
/**
|
|
||||||
* Stores the default start of the week.
|
|
||||||
*
|
|
||||||
* @since 4.4.0
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public $start_of_week;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stores the translated strings for the full month names.
|
* Stores the translated strings for the full month names.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user