XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 9, 2010, 10:47:23 AM (14 years ago)
Author:
toemon
Message:

WordPressMU対応コードの削除 Fixes #294

File:
1 edited

Legend:

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

    r518 r531  
    303303 
    304304                global $xoops_config; 
    305                 if($xoops_config->is_wpmu) $this->is_use_xoops_upload_path = false; 
     305                if(xpress_is_multiblog()) $this->is_use_xoops_upload_path = false; 
    306306 
    307307                $table = get_wp_prefix() . 'group_role';         
     
    584584                        $selected = ''; 
    585585                 
    586                 if ($xoops_config->is_wpmu) { 
    587                         $forum_list .= '<option value="none"' . $selected . '>' . __('WordPress MU cannot integrate the comments.', 'xpressme') . "</option>\n"; 
     586                if (xpress_is_multiblog()) { 
     587                        $forum_list .= '<option value="none"' . $selected . '>' . __('WordPress MultiBlog cannot integrate the comments.', 'xpressme') . "</option>\n"; 
    588588                } else {         
    589589                        $forum_list .= '<option value="none"' . $selected . '>' . __('Do Not Comment Integration.', 'xpressme') . "</option>\n"; 
Note: See TracChangeset for help on using the changeset viewer.