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/dashboard.php

    r49926 r49927  
    16811681 * @since 3.2.0
    16821682 *
    1683  * @return array|bool Array of browser data on success, false on failure.
     1683 * @return array|false Array of browser data on success, false on failure.
    16841684 */
    16851685function wp_check_browser_version() {
Note: See TracChangeset for help on using the changeset viewer.