From 3d918be94ec4ab2fa8e72cea00459bbfbf3f5118 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 8 Jan 2019 05:24:49 +0000 Subject: [PATCH] Docs: Add a missing `@global` to the `WP_Customize_Date_Time_Control::get_month_choices()` docblock. Props utsav72640. Fixes #45500. Built from https://develop.svn.wordpress.org/trunk@44459 git-svn-id: http://core.svn.wordpress.org/trunk@44290 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-date-time-control.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.