Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:28:51 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/translation-install.php

    r46596 r46662  
    116116 * @see translations_api()
    117117 *
    118  * @return array Array of translations, each an array of data. If the API response results
    119  *               in an error, an empty array will be returned.
     118 * @return array[] Array of translations, each an array of data, keyed by the language. If the API response results
     119 *                 in an error, an empty array will be returned.
    120120 */
    121121function wp_get_available_translations() {
Note: See TracChangeset for help on using the changeset viewer.