Changeset 53700 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/14/2022 02:08:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53460 r53700 1601 1601 1602 1602 if ( ! has_action( "do_feed_{$feed}" ) ) { 1603 wp_die( __( '<strong>Error </strong>: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.