- Timestamp:
- May 14, 2009, 8:31:06 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/request_url.php
r181 r207 28 28 } 29 29 return false; 30 } 31 32 function is_xpress_comments_post_call(){ 33 return check_page_call('wp-comments-post.php'); 30 34 } 31 35 -
trunk/wp-config.php
r181 r207 120 120 } 121 121 if (is_admin_post_call()) require_once $xoops_config->xoops_mainfile_path; 122 if (is_xpress_comments_post_call()) require_once $xoops_config->xoops_mainfile_path; 122 123 require_once(ABSPATH.'wp-settings.php'); 123 124 ?> -
trunk/xoops_version.php
r206 r207 40 40 41 41 // status 42 $modversion['codename'] = "RC1(r20 6)";42 $modversion['codename'] = "RC1(r207)"; 43 43 44 44 // onInstall, onUpdate, onUninstall
Note: See TracChangeset
for help on using the changeset viewer.