diff --git a/wp-includes/class-wp-locale.php b/wp-includes/class-wp-locale.php index 81a80a59f0..287914e880 100644 --- a/wp-includes/class-wp-locale.php +++ b/wp-includes/class-wp-locale.php @@ -43,14 +43,6 @@ class WP_Locale { */ 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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 46aa5cf74f..22dcd58fc9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42717'; +$wp_version = '5.0-alpha-42718'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.