diff options
Diffstat (limited to 'wp-commentsrss2.php')
| -rw-r--r-- | wp-commentsrss2.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 28b52d0..92858b6 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -76,6 +76,7 @@ if (have_posts()) : <content:encoded><![CDATA[<?php comment_text() ?>]]></content:encoded> <?php } // close check for password + do_action('commentrss2_item', $comment->comment_ID, $comment->comment_post_ID); ?> </item> <?php |
