- Timestamp:
- Oct 15, 2009, 5:27:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
r380 r402 189 189 echo '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; 190 190 echo '<table class="form-table">'."\n"; 191 $upload_title = __('Media Upload Base Path','xpressme'); 192 if($xoops_config->is_wpmu) $upload_title = $upload_title . '(WPMU is not select)'; 191 193 echo $xpress_config->yes_no_radio_option('is_use_xoops_upload_path', 192 __('Media Upload Base Path','xpressme'),194 $upload_title, 193 195 __('Use XOOPS UPLOAD PATH','xpressme'), 194 __('USE WordPress BASE_PATH','xpressme') 196 __('USE WordPress BASE_PATH','xpressme'), 197 $xoops_config->is_wpmu 195 198 ); 196 199
Note: See TracChangeset
for help on using the changeset viewer.