Changeset 58409 for trunk/src/wp-includes/feed.php
- Timestamp:
- 06/13/2024 08:48:33 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r58200 r58409 588 588 589 589 if ( ! function_exists( 'xml_parser_create' ) ) { 590 trigger_error(__( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." ) );590 wp_trigger_error( '', __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." ) ); 591 591 592 592 return array( 'html', "<![CDATA[$data]]>" );
Note: See TracChangeset
for help on using the changeset viewer.