- Timestamp:
- 06/02/2024 05:55:08 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php
r13314 r13898 75 75 */ 76 76 public function add_port_and_subdirectory_to_home_url( $url, $path, $scheme ) { 77 $home = parse_url( get_option( 'home' ) );77 $home = wp_parse_url( get_option( 'home' ) ); 78 78 $home_path = isset( $home['path'] ) ? $home['path'] : ''; 79 79 return $scheme . '://' . $home['host'] . ':80' . $home_path . '/wordpress' . $path;
Note: See TracChangeset
for help on using the changeset viewer.