Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35791, comment 14


Ignore:
Timestamp:
04/15/2016 07:41:31 PM (9 years ago)
Author:
spacedmonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35791, comment 14

    initial v1  
    2020               
    2121                foreach ( $_sites as $site ) {
    22             if ( $_site = get_site( $site ) ) {
     22            if ( $_site = get_site( $site, $output ) ) {
    2323                $sites[] = $_site;
    2424            }