Make WordPress Core

Changeset 41333


Ignore:
Timestamp:
09/04/2017 11:16:18 AM (7 years ago)
Author:
johnbillion
Message:

Multisite: More specificity for the get_sites() documentation.

See #41789

File:
1 edited

Legend:

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

    r41215 r41333  
    212212     *
    213213     * @param string|array $query Array or URL query string of parameters.
    214      * @return array|int List of sites, or number of sites when 'count' is passed as a query var.
     214     * @return array|int List of WP_Site objects, or number of sites when 'count' is passed as a query var.
    215215     */
    216216    public function query( $query ) {
     
    225225     * @since 4.6.0
    226226     *
    227      * @return array|int List of sites, or number of sites when 'count' is passed as a query var.
     227     * @return array|int List of WP_Site objects, or number of sites when 'count' is passed as a query var.
    228228     */
    229229    public function get_sites() {
Note: See TracChangeset for help on using the changeset viewer.