Plugin Directory

Changeset 1304792


Ignore:
Timestamp:
12/09/2015 11:12:43 PM (10 years ago)
Author:
ClickSold
Message:

cs-pkg-deploy.pl comitting clicksold vers (1.75) - Wed Dec 9 16:12:39 2015

Location:
clicksold-wordpress-plugin/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • clicksold-wordpress-plugin/trunk/CS_ajax_request.php

    r1240754 r1304792  
    6060   
    6161    // 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', '>=' ) ) {
    6365        require_once('wp-settings-cs_short_init-4.0.php');
    6466    } else if( version_compare( $wp_version, '3.9', '>=' ) ) {
Note: See TracChangeset for help on using the changeset viewer.