Make WordPress Core

Ticket #42155: 42155.diff

File 42155.diff, 1.6 KB (added by sudar, 8 years ago)
  • wp-includes/class-wp-site-query.php

     
    136136         *     @type string       $search            Search term(s) to retrieve matching sites for. Default empty.
    137137         *     @type array        $search_columns    Array of column names to be searched. Accepts 'domain' and 'path'.
    138138         *                                           Default empty array.
    139          *     @type bool         $update_site_cache Whether to prime the cache for found sites. Default false.
     139         *     @type bool         $update_site_cache Whether to prime the cache for found sites. Default true.
    140140         * }
    141141         */
    142142        public function __construct( $query = '' ) {
  • wp-includes/ms-blogs.php

     
    638638 *     @type string       $search            Search term(s) to retrieve matching sites for. Default empty.
    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.
    644644 */