Docs: Miscellaneous docblock corrections and improvements.

See #58833

Built from https://develop.svn.wordpress.org/trunk@56414


git-svn-id: http://core.svn.wordpress.org/trunk@55926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2023-08-18 17:29:20 +00:00
parent 66e0592185
commit 4667b9323f
14 changed files with 38 additions and 38 deletions

View File

@@ -1517,7 +1517,7 @@ function wp_get_pomo_file_data( $po_file ) {
*
* @type string $id ID attribute of the select element. Default 'locale'.
* @type string $name Name attribute of the select element. Default 'locale'.
* @type array $languages List of installed languages, contain only the locales.
* @type string[] $languages List of installed languages, contain only the locales.
* Default empty array.
* @type array $translations List of available translations. Default result of
* wp_get_available_translations().