Make WordPress Core


Ignore:
Timestamp:
12/20/2021 10:24:56 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Typo correction in wp_dropdown_languages() DocBlock.

Follow-up to [52058].

See #53399.

File:
1 edited

Legend:

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

    r52332 r52394  
    15091509 *     @type bool     $show_option_site_default     Whether to show an option to fall back to the site's locale. Default false.
    15101510 *     @type bool     $show_option_en_us            Whether to show an option for English (United States). Default true.
    1511  *     @type bool     $explicit_option_en_us        Whether the English (United States) option uses an explict value of en_US
     1511 *     @type bool     $explicit_option_en_us        Whether the English (United States) option uses an explicit value of en_US
    15121512 *                                                  instead of an empty value. Default false.
    15131513 * }
Note: See TracChangeset for help on using the changeset viewer.