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