Changeset 7916 for trunk/wp-includes/canonical.php
- Timestamp:
- 05/09/08 18:23:05 (7 months ago)
- Files:
-
- trunk/wp-includes/canonical.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/canonical.php
r7871 r7916 138 138 // www.example.com vs example.com 139 139 $user_home = @parse_url(get_option('home')); 140 $redirect['host'] = $user_home['host']; 140 if ( isset($user_home['host']) ) 141 $redirect['host'] = $user_home['host']; 141 142 142 143 // Handle ports
