XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 17, 2010, 5:16:47 PM (14 years ago)
Author:
toemon
Message:

r556でコミットしてしまったテスト用コードの差し戻し

File:
1 edited

Legend:

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

    r556 r558  
    587587                        $selected = ''; 
    588588                 
    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 {         
    592592                        $forum_list .= '<option value="none"' . $selected . '>' . __('Do Not Comment Integration.', 'xpressme') . "</option>\n"; 
    593593 
     
    621621                                $forum_list .= '<br>';                   
    622622                        } 
    623 //              } 
     623                } 
    624624                $forum_list .= '</select>' . "\n"; 
    625625 
Note: See TracChangeset for help on using the changeset viewer.