From e5e03e787caa3a5e26d7968ff91b51d4678cc40c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 24 Sep 2015 05:51:23 +0000 Subject: [PATCH] Docs: Link up a hook reference with an inline `@see` tag in the return description for `get_locale()`. Missed in [34484]. See #32246. Built from https://develop.svn.wordpress.org/trunk@34485 git-svn-id: http://core.svn.wordpress.org/trunk@34449 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.