Changeset 558 for trunk/xpressme_integration_kit/wp-content/plugins
- Timestamp:
- Mar 17, 2010, 5:16:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
r556 r558 587 587 $selected = ''; 588 588 589 //if (xpress_is_multiblog()) {590 //$forum_list .= '<option value="none"' . $selected . '>' . __('WordPress MultiBlog cannot integrate the comments.', 'xpressme') . "</option>\n";591 //} else {589 if (xpress_is_multiblog()) { 590 $forum_list .= '<option value="none"' . $selected . '>' . __('WordPress MultiBlog cannot integrate the comments.', 'xpressme') . "</option>\n"; 591 } else { 592 592 $forum_list .= '<option value="none"' . $selected . '>' . __('Do Not Comment Integration.', 'xpressme') . "</option>\n"; 593 593 … … 621 621 $forum_list .= '<br>'; 622 622 } 623 //}623 } 624 624 $forum_list .= '</select>' . "\n"; 625 625
Note: See TracChangeset
for help on using the changeset viewer.