Make WordPress Core

Changeset 57233

Timestamp:
12/30/2023 11:44:20 AM (7 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the variable name passed to the determine_locale filter.

Follow-up to [43776], [44134].

Props truptikanzariya.
Fixes #60167.

File:
1 edited

Legend:

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

    r56414 r57233  
    162162     * @since 5.0.0
    163163     *
    164      * @param string $locale The locale.
     164     * @param string $locale The locale.
    165165     */
    166166    return apply_filters( 'determine_locale', $determined_locale );
Note: See TracChangeset for help on using the changeset viewer.