- Timestamp:
- Oct 21, 2012, 5:22:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.4/xpressme_integration_kit/blocks/block_common.php
r792 r829 292 292 endif; 293 293 294 if (!function_exists('wp_version_compare')){ 295 function wp_version_compare($wp_version , $operator='==',$comp_version){ 296 $inc_wp_version = str_replace("ME", "", $wp_version); 297 return version_compare($inc_wp_version, $comp_version, $operator); 298 } 299 } 300 294 301 ?>
Note: See TracChangeset
for help on using the changeset viewer.