Make WordPress Core


Ignore:
Timestamp:
10/27/2019 07:09:10 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Correct invalid hook docblocks.

See #48303

File:
1 edited

Legend:

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

    r46593 r46603  
    127127     * @since 5.0.0
    128128     *
    129      * @param string|null The locale to return and short-circuit, or null as default.
     129     * @param string|null $locale The locale to return and short-circuit. Default null.
    130130     */
    131131    $determined_locale = apply_filters( 'pre_determine_locale', null );
Note: See TracChangeset for help on using the changeset viewer.