- Timestamp:
- Mar 9, 2010, 10:47:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
r518 r531 303 303 304 304 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; 306 306 307 307 $table = get_wp_prefix() . 'group_role'; … … 584 584 $selected = ''; 585 585 586 if ( $xoops_config->is_wpmu) {587 $forum_list .= '<option value="none"' . $selected . '>' . __('WordPress M Ucannot 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"; 588 588 } else { 589 589 $forum_list .= '<option value="none"' . $selected . '>' . __('Do Not Comment Integration.', 'xpressme') . "</option>\n";
Note: See TracChangeset
for help on using the changeset viewer.