diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 966dcd8265..828f123491 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -158,6 +158,8 @@ function date_i18n( $dateformatstring, $unixtimestamp = false, $gmt = false ) { * * @since 4.4.0 * + * @global WP_Locale $wp_locale + * * @param string $date Formatted date string. * @return string The date, declined if locale specifies it. */