Ticket #3993: 3993.diff
| File 3993.diff, 517 bytes (added by , 19 years ago) |
|---|
-
wp-includes/class-snoopy.php
796 796 $headers .= "User-Agent: ".$this->agent."\r\n"; 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"; 802 802 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)