diff options
Diffstat (limited to 'wp-includes/class-wp-locale.php')
-rw-r--r-- | wp-includes/class-wp-locale.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-includes/class-wp-locale.php b/wp-includes/class-wp-locale.php index 36be8ee..87af36a 100644 --- a/wp-includes/class-wp-locale.php +++ b/wp-includes/class-wp-locale.php @@ -355,6 +355,7 @@ class WP_Locale { * * For backward compatibility only. * + * @since 2.1.0 * @deprecated For backward compatibility only. * * @global array $weekday @@ -362,8 +363,6 @@ class WP_Locale { * @global array $weekday_abbrev * @global array $month * @global array $month_abbrev - * - * @since 2.1.0 */ public function register_globals() { $GLOBALS['weekday'] = $this->weekday; |