Changeset 53118 for trunk/src/wp-includes/functions.php
- Timestamp:
- 04/10/2022 07:45:40 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53060 r53118 1601 1601 1602 1602 if ( ! has_action( "do_feed_{$feed}" ) ) { 1603 wp_die( __( ' Error: This is not a valid feed template.' ), '', array( 'response' => 404 ) );1603 wp_die( __( '<strong>Error</strong>: This is not a valid feed template.' ), '', array( 'response' => 404 ) ); 1604 1604 } 1605 1605
Note: See TracChangeset
for help on using the changeset viewer.