Changeset 12598 for trunk/wp-includes/classes.php
- Timestamp:
- 01/04/2010 05:23:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r11930 r12598 160 160 $req_uri = $req_uri_array[0]; 161 161 $self = $_SERVER['PHP_SELF']; 162 $home_path = parse_url( get_option('home'));162 $home_path = parse_url(home_url()); 163 163 if ( isset($home_path['path']) ) 164 164 $home_path = $home_path['path'];
Note: See TracChangeset
for help on using the changeset viewer.