XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 30, 2010, 9:37:22 PM (14 years ago)
Author:
toemon
Message:

D3Forumの不可視状態と、 WP3で導入された「ゴミ箱」の連携 Fixes#338

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php

    r596 r597  
    128128        add_action("wp_set_comment_status" , "onaction_comment_apobe"); 
    129129        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 
    132137        add_filter('comments_template', "disp_d3forum_comments" ); 
    133  
    134 } 
    135  
    136  
     138} 
    137139 
    138140//The trackback and the pingback are excluded from the count of the comment.  
Note: See TracChangeset for help on using the changeset viewer.