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

    r45723 r45734  
    24142414 * @since 2.3.0
    24152415 *
    2416  * @global wpdb $wpdb The WordPress database abstraction object.
     2416 * @global wpdb $wpdb WordPress database abstraction object.
    24172417 *
    24182418 * @param int              $object_id The object to relate to.
     
    32153215 * @since 2.3.0
    32163216 *
    3217  * @global wpdb $wpdb WordPress database abstraction object.
     3217 * @global wpdb $wpdb                           WordPress database abstraction object.
    32183218 * @global bool $_wp_suspend_cache_invalidation
    32193219 *
Note: See TracChangeset for help on using the changeset viewer.