- Timestamp:
- 10/11/2018 10:24:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/includes/testcase-rest-controller.php
r39177 r43720 41 41 42 42 public function filter_rest_url_for_leading_slash( $url, $path ) { 43 if ( is_multisite() ) {43 if ( is_multisite() || get_option( 'permalink_structure' ) ) { 44 44 return $url; 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.