XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jun 16, 2009, 3:00:07 PM (15 years ago)
Author:
toemon
Message:

Ver2.0.2 r285 修正マージ $154 マルチユーザモードで管理画面へ移行したときのバグ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php

    r283 r286  
    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()){ 
     
    288291function xpress_query_filter(&$query) 
    289292{ 
     293        if (is_admin()) return $query; 
     294 
    290295        $author_cookie = get_xpress_dir_name() . "_select_author" ; 
    291296         
Note: See TracChangeset for help on using the changeset viewer.