Docs: Add missing description for $wp_locale global.

Props mukesh27.
See #45604, #47110.
Built from https://develop.svn.wordpress.org/trunk@45737


git-svn-id: http://core.svn.wordpress.org/trunk@45548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-08-04 01:46:55 +00:00
parent ea606165a5
commit e0311b76c7
19 changed files with 27 additions and 27 deletions

View File

@@ -386,7 +386,7 @@ foreach ( $time_formats as $format ) {
<td><select name="start_of_week" id="start_of_week">
<?php
/**
* @global WP_Locale $wp_locale
* @global WP_Locale $wp_locale WordPress date and time locale object.
*/
global $wp_locale;