Changeset 6493 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 12/25/2007 08:48:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r6414 r6493 1 1 <?php 2 /** 3 * Atom Feed Template for displaying Atom Comments feed. 4 * 5 * @package WordPress 6 */ 7 2 8 header('Content-Type: application/atom+xml; charset=' . get_option('blog_charset'), true); 3 9 echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '" ?' . '>';
Note: See TracChangeset
for help on using the changeset viewer.