Ticket #9792: 9792-whale.patch
| File 9792-whale.patch, 994 bytes (added by , 17 years ago) |
|---|
-
feed-atom-comments.php
12 12 xmlns="http://www.w3.org/2005/Atom" 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 18 18 if ( is_singular() ) -
feed-rss2-comments.php
14 14 xmlns:dc="http://purl.org/dc/elements/1.1/" 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> 20 20 <title><?php