Changeset 10318
- Timestamp:
- 01/06/2009 05:28:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-IXR.php
r10313 r10318 159 159 function parse() { 160 160 // first remove the XML declaration 161 $this->message = preg_replace('/<\?xml (.*)?\?'.'>/', '', $this->message);161 $this->message = preg_replace('/<\?xml.*?\?'.'>/', '', $this->message); 162 162 if (trim($this->message) == '') { 163 163 return false;
Note: See TracChangeset
for help on using the changeset viewer.