Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:11:01 AM (5 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/update.php

    r45590 r45734  
    1515 *
    1616 * @since 2.3.0
    17  * @global string $wp_version Used to check against the newest WordPress version.
    18  * @global wpdb   $wpdb
     17 * @global string $wp_version       Used to check against the newest WordPress version.
     18 * @global wpdb   $wpdb             WordPress database abstraction object.
    1919 * @global string $wp_local_package
    2020 *
Note: See TracChangeset for help on using the changeset viewer.