Changeset 29014 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 07/07/2014 10:17:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r26863 r29014 8 8 header('Content-Type: ' . feed_content_type('atom') . '; charset=' . get_option('blog_charset'), true); 9 9 echo '<?xml version="1.0" encoding="' . get_option('blog_charset') . '" ?' . '>'; 10 11 /** This action is documented in wp-includes/feed-rss2.php */ 12 do_action( 'rss_tag_pre', 'atom-comments' ); 10 13 ?> 11 14 <feed … … 13 16 xml:lang="<?php bloginfo_rss( 'language' ); ?>" 14 17 xmlns:thr="http://purl.org/syndication/thread/1.0" 15 <?php 18 <?php 16 19 /** This action is documented in wp-includes/feed-atom.php */ 17 do_action( 'atom_ns' ); 18 20 do_action( 'atom_ns' ); 21 19 22 /** 20 23 * Fires inside the feed tag in the Atom comment feed. … … 50 53 <id><?php bloginfo_rss('comments_atom_url'); ?></id> 51 54 <?php } ?> 52 <?php 55 <?php 53 56 /** 54 57 * Fires at the end of the Atom comment feed header.
Note: See TracChangeset
for help on using the changeset viewer.