- 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/include/custom_functions.php
r527 r531 41 41 } 42 42 43 function xpress_is_wpmu() {44 global $xoops_config;45 46 return $xoops_config->is_wpmu;47 }48 49 43 function xpress_is_multiblog() { 50 44 global $xoops_config; 51 45 52 46 if (defined('MULTISITE')) return MULTISITE; 53 return $xoops_config->multiblog;47 return false; 54 48 } 55 49
Note: See TracChangeset
for help on using the changeset viewer.