Changeset 47156 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47122 r47156 1544 1544 1545 1545 if ( ! has_action( "do_feed_{$feed}" ) ) { 1546 wp_die( __( 'E RROR: This is not a valid feed template.' ), '', array( 'response' => 404 ) );1546 wp_die( __( 'Error: This is not a valid feed template.' ), '', array( 'response' => 404 ) ); 1547 1547 } 1548 1548
Note: See TracChangeset
for help on using the changeset viewer.