Changeset 10423
- Timestamp:
- 01/23/2009 10:30:23 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-IXR.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-IXR.php
r10318 r10423 544 544 // Now send the request 545 545 if ($this->debug) { 546 echo '<pre >'.htmlspecialchars($request)."\n</pre>\n\n";546 echo '<pre class="ixr_request">'.htmlspecialchars($request)."\n</pre>\n\n"; 547 547 } 548 548 if ($this->timeout) { … … 575 575 $contents .= trim($line); 576 576 } 577 if ($this->debug) { 578 $debug_contents .= $line; 579 } 577 580 } 578 581 if ($this->debug) { 579 echo '<pre >'.htmlspecialchars($contents)."\n</pre>\n\n";582 echo '<pre class="ixr_response">'.htmlspecialchars($debug_contents)."\n</pre>\n\n"; 580 583 } 581 584 // Now parse what we've got back
Note: See TracChangeset
for help on using the changeset viewer.