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/canonical.php

    r45590 r45734  
    3232 * @global bool $is_IIS
    3333 * @global WP_Query $wp_query
    34  * @global wpdb $wpdb WordPress database abstraction object.
    35  * @global WP $wp Current WordPress environment instance.
     34 * @global wpdb $wpdb             WordPress database abstraction object.
     35 * @global WP $wp                 Current WordPress environment instance.
    3636 *
    3737 * @param string $requested_url Optional. The URL that was requested, used to
Note: See TracChangeset for help on using the changeset viewer.