Changeset 11303
- Timestamp:
- 05/12/2009 04:57:49 PM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
feed-atom-comments.php (modified) (1 diff)
-
feed-rss2-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r11204 r11303 13 13 xml:lang="<?php echo get_option('rss_language'); ?>" 14 14 xmlns:thr="http://purl.org/syndication/thread/1.0" 15 <?php do_action('atom_ns'); ?>15 <?php do_action('atom_ns'); do_action('atom_comments_ns'); ?> 16 16 > 17 17 <title type="text"><?php -
trunk/wp-includes/feed-rss2-comments.php
r11279 r11303 15 15 xmlns:atom="http://www.w3.org/2005/Atom" 16 16 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 17 <?php do_action('rss2_ comments_ns'); ?>17 <?php do_action('rss2_ns'); do_action('rss2_comments_ns'); ?> 18 18 > 19 19 <channel>
Note: See TracChangeset
for help on using the changeset viewer.