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:
@@ -189,6 +189,8 @@ class WP_Customize_Date_Time_Control extends WP_Customize_Control {
|
|||||||
* @since 4.9.0
|
* @since 4.9.0
|
||||||
* @see touch_time()
|
* @see touch_time()
|
||||||
*
|
*
|
||||||
|
* @global WP_Locale $wp_locale
|
||||||
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function get_month_choices() {
|
public function get_month_choices() {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user