Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r45598 r45602  
    16231623                /*
    16241624                 * It's possible ext/mysqli is misconfigured. Fall back to ext/mysql if:
    1625                   *  - We haven't previously connected, and
    1626                   *  - WP_USE_EXT_MYSQL isn't set to false, and
    1627                   *  - ext/mysql is loaded.
    1628                   */
     1625                 *  - We haven't previously connected, and
     1626                 *  - WP_USE_EXT_MYSQL isn't set to false, and
     1627                 *  - ext/mysql is loaded.
     1628                 */
    16291629                $attempt_fallback = true;
    16301630
Note: See TracChangeset for help on using the changeset viewer.