diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 966dcd8265..828f123491 100644 --- a/wp-includes/functions.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index e61bd12fe9..8a711f70f0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40910'; +$wp_version = '4.9-alpha-40911'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.