Changeset 6219
- Timestamp:
- 10/10/07 19:25:23 (1 year ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable.php
r6213 r6219 438 438 $allowed_hosts = (array) apply_filters('allowed_redirect_hosts', array($wpp['host']), $lp['host']); 439 439 440 if ( isset($lp['host']) && !in_array($lp['host'], $allowed_hosts) )440 if ( isset($lp['host']) && ( !in_array($lp['host'], $allowed_hosts) && $lp['host'] != strtolower($wpp['host'])) ) 441 441 $location = get_option('siteurl') . '/wp-admin/'; 442 442
