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:
parent
49565cf608
commit
4d8c0908f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue