Changeset 43655 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 09/24/2018 03:22:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r43654 r43655 61 61 62 62 remove_action( 'wp_initialize_site', 'wp_initialize_site', 10 ); 63 self::$uninitialized_site_id = wp_insert_site( array( 64 'domain' => 'uninitialized.org', 65 'path' => '/', 66 'site_id' => self::$network_ids['make.wordpress.org/'], 67 ) ); 63 self::$uninitialized_site_id = wp_insert_site( 64 array( 65 'domain' => 'uninitialized.org', 66 'path' => '/', 67 'site_id' => self::$network_ids['make.wordpress.org/'], 68 ) 69 ); 68 70 add_action( 'wp_initialize_site', 'wp_initialize_site', 10, 2 ); 69 71 } … … 2307 2309 ) 2308 2310 ); 2309 $passed_args = $this->wp_initialize_site_args; 2310 2311 2312 $passed_args = $this->wp_initialize_site_args; 2311 2313 $this->wp_initialize_site_args = null; 2312 2314
Note: See TracChangeset
for help on using the changeset viewer.