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 copied

Legend:

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

    r53748 r53749  
    11<?php
    22/**
    3  * WordPress database access abstraction class
     3 * WordPress database access abstraction class.
    44 *
    55 * Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)}
Note: See TracChangeset for help on using the changeset viewer.