WordPress.org

Make WordPress Core

Changeset 41005


Ignore:
Timestamp:
07/05/2017 09:22:14 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @global entry for $wpdb in WP_Network_Query::get_network_ids().

Props afzalmultani.
Fixes #41238.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-network-query.php

    r38849 r41005  
    282282     * @access protected
    283283     *
     284     * @global wpdb $wpdb WordPress database abstraction object.
     285     *
    284286     * @return int|array A single count of network IDs if a count query. An array of network IDs if a full query.
    285287     */
Note: See TracChangeset for help on using the changeset viewer.