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.php

    r518 r531  
    213213                echo                    '<table class="form-table">'."\n"; 
    214214                $upload_title = __('Media Upload Base Path','xpressme'); 
    215                 if($xoops_config->is_wpmu) $upload_title = $upload_title . '(WPMU is not select)'; 
     215                if(xpress_is_multiblog()) $upload_title = $upload_title . '(MultiBlog is not select)'; 
    216216                echo                            $xpress_config->yes_no_radio_option('is_use_xoops_upload_path', 
    217217                                                                                                $upload_title, 
    218218                                                                                                __('Use XOOPS UPLOAD PATH','xpressme'), 
    219219                                                                                                __('USE WordPress BASE_PATH','xpressme'), 
    220                                                                                                 $xoops_config->is_wpmu 
     220                                                                                                xpress_is_multiblog() 
    221221                                                                                                ); 
    222222                $lock = ($xoops_config->module_url != get_bloginfo('url')); 
Note: See TracChangeset for help on using the changeset viewer.