- Timestamp:
- Apr 28, 2010, 4:20:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
r578 r590 644 644 global $xoops_db,$xoops_config; 645 645 646 $multi_blog_use_d3forum = true; 647 646 648 $d3frum_list = array(); 647 649 $module_dir_path = get_xoops_root_path(); … … 654 656 $selected = ''; 655 657 656 if (xpress_is_multiblog() ) {658 if (xpress_is_multiblog() && $multi_blog_use_d3forum) { 657 659 $forum_list .= '<option value="none"' . $selected . '>' . __('WordPress MultiBlog cannot integrate the comments.', 'xpressme') . "</option>\n"; 658 660 } else {
Note: See TracChangeset
for help on using the changeset viewer.