Changeset 41242 for trunk/tests/phpunit/tests/option/multisite.php
- Timestamp:
- 08/12/2017 01:10:24 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/multisite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/multisite.php
r38762 r41242 149 149 */ 150 150 function test_site_notoptions() { 151 global $wpdb;152 $notoptions_key = "{$ wpdb->siteid}:notoptions";151 $network_id = get_current_network_id(); 152 $notoptions_key = "{$network_id}:notoptions"; 153 153 154 154 $_notoptions = wp_cache_get( 'notoptions', 'site-options' );
Note: See TracChangeset
for help on using the changeset viewer.