From fc0a79914946dac00ccd51b1aacffe267de7210e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:22 +0200 Subject: Merging upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/class-wp-locale.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wp-includes/class-wp-locale.php') 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; -- cgit v1.2.3