Changeset 5238
- Timestamp:
- 01/02/2014 06:54:33 PM (12 years ago)
- File:
-
- 1 edited
-
branches/2.5/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/common/functions.php
r5189 r5238 1591 1591 // Parse home_url() into pieces to remove query-strings, strange characters, 1592 1592 // and other funny things that plugins might to do to it. 1593 $parsed_home = parse_url( home_url( '/', ( is_ssl() ? 'https ://' : 'http://' ) ) );1593 $parsed_home = parse_url( home_url( '/', ( is_ssl() ? 'https' : 'http' ) ) ); 1594 1594 1595 1595 // Maybe include the port, if it's included
Note: See TracChangeset
for help on using the changeset viewer.