diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index 6c65e78781..d9b0594082 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -25,7 +25,7 @@ * @global string $locale * @global string $wp_local_package * - * @return string The locale of the blog or from the 'locale' hook. + * @return string The locale of the blog or from the {@see 'locale'} hook. */ function get_locale() { global $locale, $wp_local_package; diff --git a/wp-includes/version.php b/wp-includes/version.php index 204226ed10..55243d88df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34484'; +$wp_version = '4.4-alpha-34485'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.