- Timestamp:
- Oct 15, 2009, 5:27:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
r400 r402 216 216 echo '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; 217 217 echo '<table class="form-table">'."\n"; 218 $upload_title = __('Media Upload Base Path','xpressme'); 219 if($xoops_config->is_wpmu) $upload_title = $upload_title . '(WPMU is not select)'; 218 220 echo $xpress_config->yes_no_radio_option('is_use_xoops_upload_path', 219 __('Media Upload Base Path','xpressme'),221 $upload_title, 220 222 __('Use XOOPS UPLOAD PATH','xpressme'), 221 __('USE WordPress BASE_PATH','xpressme') 223 __('USE WordPress BASE_PATH','xpressme'), 224 $xoops_config->is_wpmu 222 225 ); 223 226
Note: See TracChangeset
for help on using the changeset viewer.