Changeset 38883 for trunk/src/wp-includes/atomlib.php
- Timestamp:
- 10/24/2016 04:44:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/atomlib.php
r37461 r38883 121 121 122 122 array_unshift($this->ns_contexts, array()); 123 124 if ( ! function_exists( 'xml_parser_create_ns' ) ) { 125 trigger_error( __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." ) ); 126 return false; 127 } 123 128 124 129 $parser = xml_parser_create_ns();
Note: See TracChangeset
for help on using the changeset viewer.