- Timestamp:
- Mar 8, 2010, 12:43:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r490 r524 14 14 15 15 return $xoops_config->is_wpmu; 16 } 17 18 function xpress_is_multiblog() { 19 global $xoops_config; 20 21 if (defined('MULTISITE')) return MULTISITE; 22 return $xoops_config->multiblog; 16 23 } 17 24
Note: See TracChangeset
for help on using the changeset viewer.