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
|
||||
* @see touch_time()
|
||||
*
|
||||
* @global WP_Locale $wp_locale
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function get_month_choices() {
|
||||
|
||||
Reference in New Issue
Block a user