Make WordPress Core

Ticket #43344: 43344.diff

File 43344.diff, 470 bytes (added by birgire, 7 years ago)
  • src/wp-includes/class-wp-locale.php

    diff --git src/wp-includes/class-wp-locale.php src/wp-includes/class-wp-locale.php
    index 81a80a5..287914e 100644
    class WP_Locale { 
    4444        public $weekday_abbrev;
    4545
    4646        /**
    47          * Stores the default start of the week.
    48          *
    49          * @since 4.4.0
    50          * @var string
    51          */
    52         public $start_of_week;
    53 
    54         /**
    5547         * Stores the translated strings for the full month names.
    5648         *
    5749         * @since 2.1.0