Changeset 409 for branches/XPressMU/xpressme_integration_kit
- Timestamp:
- Oct 17, 2009, 11:33:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r406 r409 161 161 $xpress_codename = $xoops_config->module_codename; 162 162 if ($no_link){ 163 $output = 'XPressM EVer.' . sprintf('%.2f %s',$xpress_version,$xpress_codename);163 $output = 'XPressMU Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename); 164 164 if ($xoops_config->is_wpmu) { 165 165 $output .= '(included WordPress MU ' . $wpmu_version. ')'; … … 172 172 } 173 173 } else { 174 $output = '<a href="http://ja.xpressme.info"'. " target='_blank'" . '>XPressM EVer.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>';174 $output = '<a href="http://ja.xpressme.info"'. " target='_blank'" . '>XPressMU Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>'; 175 175 if ($xoops_config->is_wpmu) { 176 176 $output .= '(included <a href="http://mu.wordpress.org/" title="Powered by WordPress"'." target='_blank'". '>WordPress MU ' . $wpmu_version . '</a>)';
Note: See TracChangeset
for help on using the changeset viewer.