Make WordPress Core

Changeset 4635


Ignore:
Timestamp:
12/10/2006 12:12:58 AM (18 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.