mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 15:44:29 +00:00
Add @global annotations for wp-admin/*.
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32642 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -321,6 +321,9 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
|
||||
<th scope="row"><label for="start_of_week"><?php _e('Week Starts On') ?></label></th>
|
||||
<td><select name="start_of_week" id="start_of_week">
|
||||
<?php
|
||||
/**
|
||||
* @global WP_Locale $wp_locale
|
||||
*/
|
||||
global $wp_locale;
|
||||
|
||||
for ($day_index = 0; $day_index <= 6; $day_index++) :
|
||||
|
||||
Reference in New Issue
Block a user