Plugin Directory

Changeset 1596041


Ignore:
Timestamp:
02/14/2017 10:03:49 PM (9 years ago)
Author:
driftcom
Message:

rolling back app updates because a bug was introduced

Location:
drift/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • drift/trunk/drift.php

    r1595973 r1596041  
    22/*
    33 * Plugin Name: Drift
    4  * Version: 1.8.1
     4 * Version: 1.8.2
    55 * Description: Adds 100% free live chat & targeted messages to your website. Designed for internet businesses like yours to increase sales, conversions and better support your customers.
    66 * Author: Drift
  • drift/trunk/includes/admin.php

    r1595973 r1596041  
    1111  if ( esc_attr( $options['drift_enabled'] ) == "on" ) {
    1212    $drift_activated = true;
    13     wp_cache_flush();
    14   }
    15 
    16   // Check to see if Drift is enabled
    17   $drift_identify = false;
    18   if ( esc_attr( $options['drift_identify'] ) == "on" ) {
    19     $drift_identify = true;
    2013    wp_cache_flush();
    2114  }
     
    5649                </tr>
    5750            </table>
    58             <label for="drift_identify">Drift Identify: &nbsp;</label>
    59             <input type="checkbox" name="Drift_settings[drift_identify]" <?php if($drift_identify) { echo " checked='checked'"; } ?> />
    6051                <table class="form-table" cellspacing="2" cellpadding="5" width="100%">
    6152                <tr>
  • drift/trunk/includes/embed.php

    r1595938 r1596041  
    6060      echo"<!-- end: Drift Code. -->\n";
    6161
    62       // Optional
    63       if ( esc_attr( $options['drift_identify'] ) == "on" ){
    64         get_drift_identify();
    65       }
     62      // Optional Drift Identify call
     63      get_drift_identify();
    6664
    6765    }
Note: See TracChangeset for help on using the changeset viewer.