XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 11, 2009, 12:29:55 AM (15 years ago)
Author:
toemon
Message:

IEでのページ読み込みエラーの最終対策
IEでのエラー再現方法
ゲストでアクセス
モジュールページにブロック配置(投稿者ブロックとか)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/include/pluggable-override.php

    r153 r173  
    2424                if (!is_object($xoopsUser)){ 
    2525                                wp_set_current_user(0); 
    26                                 wp_logout(); 
     26//                              wp_logout();             // When IE is used, it becomes page error by the guest if the wp_logout() is executed here.  
    2727                                return false; 
    2828                } 
Note: See TracChangeset for help on using the changeset viewer.