Changeset 904754
- Timestamp:
- 04/29/2014 01:32:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addthis-smart-layers/trunk/addthis-smart_layers.php
r875437 r904754 3 3 * Plugin Name: AddThis Smart Layers 4 4 * Description: AddThis Smart Layers. Make your site smarter. Increase traffic, engagement and revenue by instantly showing the right social tools and content to every visitor. 5 * Version: 1. 15 * Version: 1.0.10 6 6 * Author: The AddThis Team 7 7 * Author URI: http://www.addthis.com/blog … … 10 10 */ 11 11 12 define('ADDTHIS_SMART_LAYER_PRODUCT_CODE', 'wpp-1.0. 9');12 define('ADDTHIS_SMART_LAYER_PRODUCT_CODE', 'wpp-1.0.10'); 13 13 define('ADDTHIS_SMART_LAYER_AT_VERSION', 300); 14 14 … … 189 189 $array = json_decode($server_output); 190 190 // check for pro user 191 if ( array_key_exists('_default', $array)){191 if (is_array($array) && array_key_exists('_default', $array)){ 192 192 if ($smart_layer_pro) { 193 193 // update pro user settings
Note: See TracChangeset
for help on using the changeset viewer.