Changeset 10044 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 08/11/2015 05:03:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10039 r10044 2056 2056 2057 2057 // Maybe include the port, if it's included in home_url() 2058 if ( isset( $parsed_home['port'] ) ) {2058 if ( isset( $parsed_home['port'] ) && false === strpos( $_SERVER['HTTP_HOST'], ':' ) ) { 2059 2059 $request_host = $_SERVER['HTTP_HOST'] . ':' . $_SERVER['SERVER_PORT']; 2060 2060 } else {
Note: See TracChangeset
for help on using the changeset viewer.