From fb0fbbd0635dd3d2cef2e4d256b2617be4592dec Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 8 Jan 2019 05:23:39 +0000 Subject: [PATCH] Docs: Add a missing `@global` to the `WP_Customize_Date_Time_Control::get_month_choices()` docblock. Props utsav72640. Fixes #45500. git-svn-id: https://develop.svn.wordpress.org/trunk@44459 602fd350-edb4-49c9-b593-d223f7449a82 --- .../customize/class-wp-customize-date-time-control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/customize/class-wp-customize-date-time-control.php b/src/wp-includes/customize/class-wp-customize-date-time-control.php index 11c5b67cb9..6325194395 100644 --- a/src/wp-includes/customize/class-wp-customize-date-time-control.php +++ b/src/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() {