- Timestamp:
- 12/12/2018 02:11:22 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43720
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/includes/testcase-rest-controller.php
r42724 r43980 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.