Changeset 46662 for trunk/src/wp-admin/includes/translation-install.php
- Timestamp:
- 11/05/2019 09:28:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/translation-install.php
r46596 r46662 116 116 * @see translations_api() 117 117 * 118 * @return array Array of translations, each an array of data. If the API response results119 * 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. 120 120 */ 121 121 function wp_get_available_translations() {
Note: See TracChangeset
for help on using the changeset viewer.