Changeset 59688 for trunk/src/wp-includes/feed-atom.php
- Timestamp:
- 01/22/2025 07:46:16 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom.php
r52267 r59688 5 5 * @package WordPress 6 6 */ 7 8 // Don't load directly. 9 if ( ! defined( 'ABSPATH' ) ) { 10 die( '-1' ); 11 } 7 12 8 13 header( 'Content-Type: ' . feed_content_type( 'atom' ) . '; charset=' . get_option( 'blog_charset' ), true );
Note: See TracChangeset
for help on using the changeset viewer.