Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/09/2013 03:45:18 AM (13 years ago)
Author:
johnjamesjacoby
Message:

When running tests on multisite, pass $blog into switch_to_blog() so all options are correctly cleared. See r7028.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/includes/install.php

    r7028 r7031  
    5555foreach ( $blogs as $blog ) {
    5656        if ( is_multisite() ) {
    57                 switch_to_blog();
     57                switch_to_blog( $blog );
    5858        }
    5959
Note: See TracChangeset for help on using the changeset viewer.