Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49926 r49927  
    207207 *
    208208 * @param string $download Language code to download.
    209  * @return string|bool Returns the language code if successfully downloaded
    210  *                     (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.
    211211 */
    212212function wp_download_language_pack( $download ) {
Note: See TracChangeset for help on using the changeset viewer.