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;