XPressME Integration Kit

Trac

Changeset 207


Ignore:
Timestamp:
May 14, 2009, 8:31:06 AM (15 years ago)
Author:
toemon
Message:

#123 mpressCMSでコメント送信時エラーバグ修正

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/request_url.php

    r181 r207  
    2828        } 
    2929        return false; 
     30} 
     31 
     32function is_xpress_comments_post_call(){ 
     33        return check_page_call('wp-comments-post.php'); 
    3034} 
    3135 
  • trunk/wp-config.php

    r181 r207  
    120120} 
    121121if (is_admin_post_call()) require_once $xoops_config->xoops_mainfile_path; 
     122if (is_xpress_comments_post_call()) require_once $xoops_config->xoops_mainfile_path; 
    122123require_once(ABSPATH.'wp-settings.php'); 
    123124?> 
  • trunk/xoops_version.php

    r206 r207  
    4040 
    4141// status 
    42 $modversion['codename'] = "RC1(r206)"; 
     42$modversion['codename'] = "RC1(r207)"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
Note: See TracChangeset for help on using the changeset viewer.