Changeset 5424
- Timestamp:
- 05/10/2007 01:26:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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";
Note: See TracChangeset
for help on using the changeset viewer.