Ticket #19922: 19922.without-filter.diff
File 19922.without-filter.diff, 368 bytes (added by , 13 years ago) |
---|
-
class-http.php
1540 1540 if ( empty( $this->name ) || empty( $this->value ) ) 1541 1541 return ''; 1542 1542 1543 return $this->name . '=' . urlencode( $this->value );1543 return $this->name . '=' . $this->value; 1544 1544 } 1545 1545 1546 1546 /**