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
This commit is contained in:
Drew Jaynes 2015-09-24 05:50:49 +00:00
parent b91804e0bf
commit 8e61ab359c

View File

@ -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;