Changeset 14677
- Timestamp:
- 05/15/2010 09:04:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-IXR.php
r13958 r14677 582 582 } 583 583 if (!$gettingHeaders) { 584 $contents .= trim($line); 584 // WP#12559 remove trim so as to not strip newlines from received response. 585 $contents .= $line; 585 586 } 586 587 if ($this->debug) {
Note: See TracChangeset
for help on using the changeset viewer.