diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-06-21 16:41:02 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-06-21 16:41:02 +0000 |
| commit | a5fe68e002632c190ffbd85167671ed4d4961135 (patch) | |
| tree | ae57f94603111507c50cb3c212a03bedf8f7dc5a /wp-includes/class-snoopy.php | |
| parent | 4e38776b5b68c61a4593a84340f4654200f7568e (diff) | |
WP Merge to WP 2.2.1
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1005 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/class-snoopy.php')
| -rw-r--r-- | wp-includes/class-snoopy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/class-snoopy.php b/wp-includes/class-snoopy.php index 5e88787..9bf56b3 100644 --- a/wp-includes/class-snoopy.php +++ b/wp-includes/class-snoopy.php @@ -796,7 +796,7 @@ class Snoopy $headers .= "User-Agent: ".$this->agent."\r\n"; if(!empty($this->host) && !isset($this->rawheaders['Host'])) { $headers .= "Host: ".$this->host; - if(!empty($this->port) && $this->port != 80) + if(!empty($this->port)) $headers .= ":".$this->port; $headers .= "\r\n"; } |
