Add commentrss2_item action hook. Props seek3r and Viper007Bond. fixes #3456

git-svn-id: https://develop.svn.wordpress.org/trunk@4635 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2006-12-10 00:12:58 +00:00
parent d4c163f52b
commit 3733dd7160
1 changed files with 1 additions and 0 deletions

View File

@ -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