XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 28, 2010, 4:20:08 PM (14 years ago)
Author:
toemon
Message:

D3Forumコメント統合のマルチブログ対応 Fixes#311

File:
1 edited

Legend:

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

    r578 r590  
    644644                global $xoops_db,$xoops_config; 
    645645                 
     646                $multi_blog_use_d3forum = true; 
     647                 
    646648                $d3frum_list = array(); 
    647649                $module_dir_path = get_xoops_root_path(); 
     
    654656                        $selected = ''; 
    655657                 
    656                 if (xpress_is_multiblog()) { 
     658                if (xpress_is_multiblog() && $multi_blog_use_d3forum) { 
    657659                        $forum_list .= '<option value="none"' . $selected . '>' . __('WordPress MultiBlog cannot integrate the comments.', 'xpressme') . "</option>\n"; 
    658660                } else {         
Note: See TracChangeset for help on using the changeset viewer.