Changeset 34348 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 09/20/2015 03:51:55 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r33831 r34348 490 490 */ 491 491 private function _parse_xml_body( $response_body ) { 492 if ( ! function_exists( 'simplexml_import_dom' ) || ! class_exists( 'DOMDocument' ) )492 if ( ! function_exists( 'simplexml_import_dom' ) || ! class_exists( 'DOMDocument', false ) ) 493 493 return false; 494 494
Note: See TracChangeset
for help on using the changeset viewer.