Changeset 14429 for trunk/wp-includes/class-http.php
- Timestamp:
- 05/04/2010 12:28:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r14404 r14429 252 252 253 253 // Determine if this request is to OUR install of WordPress 254 $homeURL = parse_url(get_bloginfo('url'));254 $homeURL = home_url(); 255 255 $r['local'] = $homeURL['host'] == $arrURL['host'] || 'localhost' == $arrURL['host']; 256 256 unset($homeURL);
Note: See TracChangeset
for help on using the changeset viewer.