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

git-svn-id: http://svn.automattic.com/wordpress/trunk@4635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2006-12-10 00:12:58 +00:00
parent 49565cf608
commit 4d8c0908f6
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