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