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
This commit is contained in:
Drew Jaynes 2015-09-24 05:51:23 +00:00
parent 81e135955a
commit e5e03e787c
2 changed files with 2 additions and 2 deletions

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;

View File

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