mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-07 08:57:41 +01:00
Docs: Typo correction in wp_dropdown_languages()
DocBlock.
Follow-up to [52058]. See #53399. Built from https://develop.svn.wordpress.org/trunk@52394 git-svn-id: http://core.svn.wordpress.org/trunk@51986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c3112cab39
commit
ea138fdcb9
@ -1508,7 +1508,7 @@ function wp_get_pomo_file_data( $po_file ) {
|
|||||||
* @type bool $show_available_translations Whether to show available translations. Default true.
|
* @type bool $show_available_translations Whether to show available translations. Default true.
|
||||||
* @type bool $show_option_site_default Whether to show an option to fall back to the site's locale. Default false.
|
* @type bool $show_option_site_default Whether to show an option to fall back to the site's locale. Default false.
|
||||||
* @type bool $show_option_en_us Whether to show an option for English (United States). Default true.
|
* @type bool $show_option_en_us Whether to show an option for English (United States). Default true.
|
||||||
* @type bool $explicit_option_en_us Whether the English (United States) option uses an explict value of en_US
|
* @type bool $explicit_option_en_us Whether the English (United States) option uses an explicit value of en_US
|
||||||
* instead of an empty value. Default false.
|
* instead of an empty value. Default false.
|
||||||
* }
|
* }
|
||||||
* @return string HTML dropdown list of languages.
|
* @return string HTML dropdown list of languages.
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.9-beta3-52393';
|
$wp_version = '5.9-beta3-52394';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user