Changeset 38883 for trunk/src/wp-includes/IXR/class-IXR-message.php
- Timestamp:
- 10/24/2016 04:44:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/IXR/class-IXR-message.php
r38389 r38883 45 45 function parse() 46 46 { 47 if ( ! function_exists( 'xml_parser_create' ) ) { 48 trigger_error( __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML" ) ); 49 return false; 50 } 51 47 52 // first remove the XML declaration 48 53 // merged from WP #10698 - this method avoids the RAM usage of preg_replace on very large messages
Note: See TracChangeset
for help on using the changeset viewer.