Changeset 1304792
- Timestamp:
- 12/09/2015 11:12:43 PM (10 years ago)
- Location:
- clicksold-wordpress-plugin/trunk
- Files:
-
- 1 added
- 1 edited
-
CS_ajax_request.php (modified) (1 diff)
-
wp-settings-cs_short_init-4.4.php (added)
Legend:
- Unmodified
- Added
- Removed
-
clicksold-wordpress-plugin/trunk/CS_ajax_request.php
r1240754 r1304792 60 60 61 61 // Select the correct include based on the wp version being used. 62 if( version_compare( $wp_version, '4.0', '>=' ) ) { 62 if( version_compare( $wp_version, '4.4', '>=' ) ) { 63 require_once('wp-settings-cs_short_init-4.4.php'); 64 } else if( version_compare( $wp_version, '4.0', '>=' ) ) { 63 65 require_once('wp-settings-cs_short_init-4.0.php'); 64 66 } else if( version_compare( $wp_version, '3.9', '>=' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.