Changeset 61 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Jan 1, 2009, 12:08:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r51 r61 37 37 add_action("the_content", "set_post_views_count"); 38 38 39 //XOOPS notifiction 40 require_once dirname( __FILE__ ).'/include/notify_functions.php' ; 41 add_action("private_to_published", "onaction_publish_post_notify"); 42 // add_action("edit_post", "onaction_edit_post_notify"); 43 add_action("comment_post", "onaction_comment_notify"); 44 // add_action("approve_comment" , "onaction_comment_apobe_notify"); 45 add_action("wp_set_comment_status" , "onaction_comment_apobe_notify"); 46 47 39 48 40 49 //require_once('../include/custom_functions.php');
Note: See TracChangeset
for help on using the changeset viewer.