diff --git a/wp-includes/customize/class-wp-customize-date-time-control.php b/wp-includes/customize/class-wp-customize-date-time-control.php index 11c5b67cb9..6325194395 100644 --- a/wp-includes/customize/class-wp-customize-date-time-control.php +++ b/wp-includes/customize/class-wp-customize-date-time-control.php @@ -189,6 +189,8 @@ class WP_Customize_Date_Time_Control extends WP_Customize_Control { * @since 4.9.0 * @see touch_time() * + * @global WP_Locale $wp_locale + * * @return array */ public function get_month_choices() { diff --git a/wp-includes/version.php b/wp-includes/version.php index cc885cbb51..120e98141e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44458'; +$wp_version = '5.1-alpha-44459'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.