Index: /trunk/include/request_url.php
===================================================================
--- /trunk/include/request_url.php	(revision 206)
+++ /trunk/include/request_url.php	(revision 207)
@@ -28,4 +28,8 @@
 	}
 	return false;
+}
+
+function is_xpress_comments_post_call(){
+	return check_page_call('wp-comments-post.php');
 }
 
Index: /trunk/wp-config.php
===================================================================
--- /trunk/wp-config.php	(revision 206)
+++ /trunk/wp-config.php	(revision 207)
@@ -120,4 +120,5 @@
 }
 if (is_admin_post_call()) require_once $xoops_config->xoops_mainfile_path;
+if (is_xpress_comments_post_call()) require_once $xoops_config->xoops_mainfile_path;
 require_once(ABSPATH.'wp-settings.php');
 ?>
Index: /trunk/xoops_version.php
===================================================================
--- /trunk/xoops_version.php	(revision 206)
+++ /trunk/xoops_version.php	(revision 207)
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "RC1(r206)";
+$modversion['codename'] = "RC1(r207)";
 
 // onInstall, onUpdate, onUninstall
