Changeset 104 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Mar 13, 2009, 10:25:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r96 r104 54 54 //require_once('../include/custom_functions.php'); 55 55 56 //D3Forum Comment Integration 57 if ($XPressME->is_use_d3forum){ 58 require_once dirname( __FILE__ ).'/include/d3forum_comment_synchro.php' ; 59 add_action("comment_post", "onaction_comment_post"); 60 add_action("edit_comment", "onaction_edit_comment"); 61 add_action("delete_comment","onaction_delete_comment"); 62 add_action("delete_post", "onaction_delete_post"); 63 add_action("wp_set_comment_status" , "onaction_comment_apobe"); 64 65 66 add_filter('comments_template', "disp_d3forum_comments" ); 67 68 } 69 70 56 71 // SQL debug windows 57 72 add_filter('query', array(&$XPressME, 'xpress_sql_debug'));
Note: See TracChangeset
for help on using the changeset viewer.