Make WordPress Core


Ignore:
Timestamp:
08/18/2023 05:27:16 PM (22 months ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #58833

File:
1 edited

Legend:

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

    r56003 r56414  
    15181518 *     @type string   $id                           ID attribute of the select element. Default 'locale'.
    15191519 *     @type string   $name                         Name attribute of the select element. Default 'locale'.
    1520  *     @type array    $languages                    List of installed languages, contain only the locales.
     1520 *     @type string[] $languages                    List of installed languages, contain only the locales.
    15211521 *                                                  Default empty array.
    15221522 *     @type array    $translations                 List of available translations. Default result of
Note: See TracChangeset for help on using the changeset viewer.