Index: trunk/wp-content/plugins/xpressme/xpressme.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme.php	(revision 95)
+++ trunk/wp-content/plugins/xpressme/xpressme.php	(revision 96)
@@ -27,12 +27,14 @@
 	remove_action( 'pre_post_update', 'wp_save_post_revision' );			// Not Save Post Revision
 }
+
+//XOOPS Bloack Cache Refresh
 add_action("comment_post",	"block_cache_refresh");
 add_action("edit_comment",	"block_cache_refresh");
-add_action("delete_comment","block_cache_refresh");
-add_action("delete_post",	"block_cache_refresh");
+add_action("wp_set_comment_status","block_cache_refresh"); //wp_delete_comment() at deleted
+add_action("deleted_post",	"block_cache_refresh");
 add_action("publish_post",	"block_cache_refresh");
 add_action("edit_post",		"block_cache_refresh");
 add_action("private_to_published",	"block_cache_refresh");
-add_action("wp_set_comment_status" , "block_cache_refresh");
+add_action("transition_post_status", "block_cache_refresh");
 
 add_action("the_content",	"set_post_views_count");
