Changeset 5424
- Timestamp:
- 05/10/07 01:26:56 (1 year ago)
- Files:
-
- trunk/wp-includes/class-snoopy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/class-snoopy.php
r4075 r5424 797 797 if(!empty($this->host) && !isset($this->rawheaders['Host'])) { 798 798 $headers .= "Host: ".$this->host; 799 if(!empty($this->port) )799 if(!empty($this->port) && $this->port != 80) 800 800 $headers .= ":".$this->port; 801 801 $headers .= "\r\n";
