Changeset 48115 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/21/2020 01:58:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48110 r48115 1551 1551 1552 1552 if ( ! has_action( "do_feed_{$feed}" ) ) { 1553 wp_die( __( ' This is not a valid feed template.' ), '', array( 'response' => 404 ) );1553 wp_die( __( 'Error: This is not a valid feed template.' ), '', array( 'response' => 404 ) ); 1554 1554 } 1555 1555
Note: See TracChangeset
for help on using the changeset viewer.