Changeset 19784 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 01/29/2012 07:56:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r18716 r19784 11 11 <feed 12 12 xmlns="http://www.w3.org/2005/Atom" 13 xml:lang="<?php echo get_option('rss_language'); ?>"13 xml:lang="<?php bloginfo_rss( 'language' ); ?>" 14 14 xmlns:thr="http://purl.org/syndication/thread/1.0" 15 15 <?php do_action('atom_ns'); do_action('atom_comments_ns'); ?>
Note: See TracChangeset
for help on using the changeset viewer.