Ticket #19922: 19922.with-filter.diff
File 19922.with-filter.diff, 421 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 . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this-name ); 1544 1544 } 1545 1545 1546 1546 /**