Plugin Directory

Changeset 1595973


Ignore:
Timestamp:
02/14/2017 08:21:16 PM (9 years ago)
Author:
driftcom
Message:

updating version with comments and removing var dump

Location:
drift/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drift/trunk/drift.php

    r1595938 r1595973  
    22/*
    33 * Plugin Name: Drift
    4  * Version: 1.8
     4 * Version: 1.8.1
    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

    r1595938 r1595973  
    66  // Get options
    77  $options = get_option('Drift_settings');
    8   var_dump( esc_attr( $options['drift_identify'] ) );
    98
    109  // Check to see if Drift is enabled
     
    5756                </tr>
    5857            </table>
    59             <label for="drift_identify">Drift Identify:</label>
     58            <label for="drift_identify">Drift Identify: &nbsp;</label>
    6059            <input type="checkbox" name="Drift_settings[drift_identify]" <?php if($drift_identify) { echo " checked='checked'"; } ?> />
    6160                <table class="form-table" cellspacing="2" cellpadding="5" width="100%">
Note: See TracChangeset for help on using the changeset viewer.