Make WordPress Core

Changeset 34485


Ignore:
Timestamp:
09/24/2015 05:50:49 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Link up a hook reference with an inline @see tag in the return description for get_locale().

Missed in [34484].

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n.php

    r34484 r34485  
    2626 * @global string $wp_local_package
    2727 *
    28  * @return string The locale of the blog or from the 'locale' hook.
     28 * @return string The locale of the blog or from the {@see 'locale'} hook.
    2929 */
    3030function get_locale() {
Note: See TracChangeset for help on using the changeset viewer.