- Timestamp:
- 12/03/2016 05:40:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-settings-controller.php
r39468 r39471 55 55 'title', 56 56 'description', 57 'url',58 'email',59 57 'timezone', 60 58 'date_format', … … 70 68 ); 71 69 72 if ( is_multisite() ) { 73 $expected = array_diff( $expected, array( 'url' ) ); 70 if ( ! is_multisite() ) { 71 $expected[] = 'url'; 72 $expected[] = 'email'; 74 73 } 75 74
Note: See TracChangeset
for help on using the changeset viewer.