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:
parent
81e135955a
commit
e5e03e787c
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue