Changeset 22970
- Timestamp:
- 12/02/2012 04:43:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/SimplePie/Sanitize.php
r22798 r22970 248 248 { 249 249 250 if (!class_exists('DOMDocument')) 251 { 252 $this->registry->call('Misc', 'error', array('DOMDocument not found, unable to use sanitizer', E_USER_WARNING, __FILE__, __LINE__)); 253 return ''; 254 } 250 255 $document = new DOMDocument(); 251 256 $document->encoding = 'UTF-8';
Note: See TracChangeset
for help on using the changeset viewer.