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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user