Changeset 91 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Feb 13, 2009, 5:09:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r88 r91 39 39 //XOOPS notifiction 40 40 require_once dirname( __FILE__ ).'/include/notify_functions.php' ; 41 add_action(" private_to_published", "onaction_publish_post_notify");41 add_action("transition_post_status", "onaction_publish_post_notify" ,10 , 3); 42 42 // add_action("edit_post", "onaction_edit_post_notify"); 43 43 add_action("comment_post", "onaction_comment_notify");
Note: See TracChangeset
for help on using the changeset viewer.