Changeset 4635

Show
Ignore:
Timestamp:
12/10/06 00:12:58 (2 years ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-commentsrss2.php

    r4542 r4635  
    7777            <?php 
    7878            } // close check for password 
     79            do_action('commentrss2_item', $comment->comment_ID, $comment->comment_post_ID); 
    7980            ?> 
    8081    </item>