Changeset 360 for trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
- Timestamp:
- Aug 11, 2009, 4:31:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
r350 r360 16 16 } 17 17 18 function xpress_is_wp 20(){18 function xpress_is_wp_version($operator='==',$comp_version){ 19 19 global $xoops_config; 20 21 return $xoops_config->is_wp20; 20 return version_compare($xoops_config->wp_version, $comp_version, $operator); 22 21 } 23 22
Note: See TracChangeset
for help on using the changeset viewer.