From 8e61ab359cd246eb019aa5226957b2d223971c09 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 24 Sep 2015 05:50:49 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@34485 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php index 6c65e78781..d9b0594082 100644 --- a/src/wp-includes/l10n.php +++ b/src/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;