Make WordPress Core


Ignore:
Timestamp:
07/21/2022 03:58:51 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Move wp-includes/wp-db.php to wp-includes/class-wpdb.php.

This renames the file containing the wpdb class to conform to the coding standards.

This commit also includes:

  • A new wp-db.php that loads the new file, for anyone that may have been including the file directly.
  • Replacing references to the old filename with the new filename.

Fixes #56268. See #55647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/install.php

    r52359 r53749  
    4141
    4242require_once ABSPATH . '/wp-admin/includes/upgrade.php';
    43 require_once ABSPATH . '/wp-includes/wp-db.php';
     43require_once ABSPATH . '/wp-includes/class-wpdb.php';
    4444
    4545// Override the PHPMailer.
Note: See TracChangeset for help on using the changeset viewer.