Ticket #43344: 43344.diff
File 43344.diff, 470 bytes (added by , 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 { 44 44 public $weekday_abbrev; 45 45 46 46 /** 47 * Stores the default start of the week.48 *49 * @since 4.4.050 * @var string51 */52 public $start_of_week;53 54 /**55 47 * Stores the translated strings for the full month names. 56 48 * 57 49 * @since 2.1.0