Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:11:01 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $wpdb, $wp_db_version, and $wp_current_db_version globals.

Props mukesh27, utsav72640, immeet94, SergeyBiryukov.
See #45604.

File:
1 edited

Legend:

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

    r45672 r45734  
    407407 * @since 2.5.0
    408408 *
    409  * @global wpdb $wpdb The WordPress database class.
     409 * @global wpdb $wpdb WordPress database abstraction object.
    410410 */
    411411function require_wp_db() {
     
    438438 * @access private
    439439 *
    440  * @global wpdb   $wpdb         The WordPress database class.
     440 * @global wpdb   $wpdb         WordPress database abstraction object.
    441441 * @global string $table_prefix The database table prefix.
    442442 */
Note: See TracChangeset for help on using the changeset viewer.