- Timestamp:
- Apr 30, 2010, 9:37:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
r596 r597 128 128 add_action("wp_set_comment_status" , "onaction_comment_apobe"); 129 129 add_action("publish_post", "onaction_comment_close"); 130 131 130 131 // comment trashed untrashed action 132 add_action("trashed_post_comments", "onaction_trashed_post_comments"); 133 add_action("untrashed_post_comments", "onaction_untrashed_post_comments"); 134 add_action("trashed_comment", "onaction_trashed_comment"); 135 add_action("untrashed_comment", "onaction_untrashed_comment"); 136 132 137 add_filter('comments_template', "disp_d3forum_comments" ); 133 134 } 135 136 138 } 137 139 138 140 //The trackback and the pingback are excluded from the count of the comment.
Note: See TracChangeset
for help on using the changeset viewer.