XPressME Integration Kit

Trac

Changeset 285


Ignore:
Timestamp:
Jun 16, 2009, 2:43:28 PM (15 years ago)
Author:
toemon
Message:

マルチユーザモードで管理画面へ移行したときのバグ修正 fixes #154

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver2.0/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php

    r236 r285  
    238238{ 
    239239        global $wp , $wpdb; 
     240         
     241        if (is_admin()) return $query_vars; 
     242         
    240243        $author_cookie = get_xpress_dir_name() . "_select_author" ; 
    241244        if(xpress_is_multi_user()){ 
     
    270273function xpress_query_filter(&$query) 
    271274{ 
     275        if (is_admin()) return $query; 
     276 
    272277        $author_cookie = get_xpress_dir_name() . "_select_author" ; 
    273278         
Note: See TracChangeset for help on using the changeset viewer.