Changeset 49927 for trunk/src/wp-admin/includes/translation-install.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/translation-install.php
r49926 r49927 207 207 * 208 208 * @param string $download Language code to download. 209 * @return string| boolReturns the language code if successfully downloaded210 * (or already installed), or false on failure.209 * @return string|false Returns the language code if successfully downloaded 210 * (or already installed), or false on failure. 211 211 */ 212 212 function wp_download_language_pack( $download ) {
Note: See TracChangeset
for help on using the changeset viewer.