- 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.php
r518 r531 213 213 echo '<table class="form-table">'."\n"; 214 214 $upload_title = __('Media Upload Base Path','xpressme'); 215 if( $xoops_config->is_wpmu) $upload_title = $upload_title . '(WPMUis not select)';215 if(xpress_is_multiblog()) $upload_title = $upload_title . '(MultiBlog is not select)'; 216 216 echo $xpress_config->yes_no_radio_option('is_use_xoops_upload_path', 217 217 $upload_title, 218 218 __('Use XOOPS UPLOAD PATH','xpressme'), 219 219 __('USE WordPress BASE_PATH','xpressme'), 220 $xoops_config->is_wpmu220 xpress_is_multiblog() 221 221 ); 222 222 $lock = ($xoops_config->module_url != get_bloginfo('url'));
Note: See TracChangeset
for help on using the changeset viewer.