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-admin/includes/class-wp-posts-list-table.php

    r45704 r45734  
    6868     *
    6969     * @global WP_Post_Type $post_type_object
    70      * @global wpdb         $wpdb
     70     * @global wpdb         $wpdb             WordPress database abstraction object.
    7171     *
    7272     * @param array $args An associative array of arguments.
     
    741741
    742742    /**
    743      * @global wpdb    $wpdb
     743     * @global wpdb    $wpdb WordPress database abstraction object.
    744744     * @global WP_Post $post
    745745     * @param array $pages
Note: See TracChangeset for help on using the changeset viewer.