Changeset 26305
- Timestamp:
- 11/21/2013 07:13:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteOption.php
r26304 r26305 96 96 */ 97 97 function test_site_notoptions() { 98 if ( ! is_multisite() ) { 99 $this->markTestSkipped( 'Should only run in multisite' ); 100 } 101 98 102 global $wpdb; 99 103 $notoptions_key = "{$wpdb->siteid}:notoptions";
Note: See TracChangeset
for help on using the changeset viewer.