Make WordPress Core


Ignore:
Timestamp:
10/09/2017 02:25:52 PM (7 years ago)
Author:
johnbillion
Message:

Networks and Sites: Correct the documentation for the update_site_cache parameter of WP_Site_Query.

Props welcher, sudar
Fixes #42155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r41743 r41795  
    639639 *     @type array        $search_columns    Array of column names to be searched. Accepts 'domain' and 'path'.
    640640 *                                           Default empty array.
    641  *     @type bool         $update_site_cache Whether to prime the cache for found sites. Default false.
     641 *     @type bool         $update_site_cache Whether to prime the cache for found sites. Default true.
    642642 * }
    643643 * @return array|int List of sites, or number of sites when 'count' is passed as a query var.
Note: See TracChangeset for help on using the changeset viewer.