Ticket #1745: commentsrss.diff
| File commentsrss.diff, 330 bytes (added by dougal, 3 years ago) |
|---|
-
wp-commentsrss2.php
old new 52 52 // this line is WordPress' motor, do not delete it. 53 53 if ($comments) { 54 54 foreach ($comments as $comment) { 55 get_post_custom($comment->comment_post_ID); 55 56 ?> 56 57 <item> 57 58 <?php do_action('rss_item') ?>
