Changeset 13898 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 06/02/2024 05:55:08 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13893 r13898 2398 2398 // Parse home_url() into pieces to remove query-strings, strange characters, 2399 2399 // and other funny things that plugins might to do to it. 2400 $parsed_home = parse_url( home_url( '/', ( is_ssl() ? 'https' : 'http' ) ) );2400 $parsed_home = wp_parse_url( home_url( '/', ( is_ssl() ? 'https' : 'http' ) ) ); 2401 2401 2402 2402 // Maybe include the port, if it's included in home_url().
Note: See TracChangeset
for help on using the changeset viewer.