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:
parent
d4c163f52b
commit
3733dd7160
@ -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
Block a user