Plugin Directory

Changeset 1381562


Ignore:
Timestamp:
03/30/2016 12:04:42 AM (10 years ago)
Author:
adamlytics
Message:

Updating code to prevent errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adobe-dtm/trunk/adobe-dtm.php

    r1067347 r1381562  
    22/*
    33Plugin Name: Adobe DTM for Wordpress
    4 Version: 1.1
     4Version: 1.2
    55Plugin URI: http://www.searchdiscovery.com/adobe-dtm-for-wordpress/
    66Description: The first Adobe Dynamic Tag Management (DTM) plugin for WordPress.
    7 Author: Adam Haining
     7Author: Search Discovery
    88Author URI: http://www.searchdiscovery.com
    99*/
    1010
    11 define('SDIDTM_VERSION', '1.1');
     11define('SDIDTM_VERSION', '1.2');
    1212define('SDIDTM_PATH', plugin_dir_path(__FILE__));
    1313
     
    8686      else if($type == 'disable'){
    8787        foreach($options as $opt){
    88           if($dtmSaved && $dtmSaved['disable-'.$opt['name']]){
     88          if(isset($dtmSaved) && $dtmSaved['disable-'.$opt['name']]){
    8989            $opt['value'] = $dtmSaved['disable-'.$opt['name']];
    9090          }
Note: See TracChangeset for help on using the changeset viewer.