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
This commit is contained in:
Gary Pendergast 2019-01-08 05:24:49 +00:00
parent f3656e2695
commit 3d918be94e
2 changed files with 3 additions and 1 deletions

View File

@ -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() {

View File

@ -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.