Changeset 6220
- Timestamp:
- 10/10/2007 07:26:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/pluggable.php
r6145 r6220 437 437 $allowed_hosts = (array) apply_filters('allowed_redirect_hosts', array($wpp['host']), $lp['host']); 438 438 439 if ( isset($lp['host']) && !in_array($lp['host'], $allowed_hosts) )439 if ( isset($lp['host']) && ( !in_array($lp['host'], $allowed_hosts) && $lp['host'] != strtolower($wpp['host'])) ) 440 440 $location = get_option('siteurl') . '/wp-admin/'; 441 441
Note: See TracChangeset
for help on using the changeset viewer.