PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 111
Lasso Lite – Affiliate Link Manager & Product Displays v111
158 157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 All 57 releases
← All changes | classes/class-setting-enum.php +0 -2 116111 View file →
@@ -19,9 +19,8 @@
19 19 const AAWP_SLUG = 'aawp';
20 20 const EASYAZON_SLUG = 'easyazon';
21 21 const EASY_AFFILIATE_LINK_SLUG = 'easy_affiliate_link';
22 22 const AMA_LINKS_PRO_SLUG = 'amalinkspro';
23 - const LASSO_PRO_SLUG = 'lasso-urls';
24 23
25 24 const SUPPORT_IMPORT_PLUGINS = array(
26 25 self::PRETTY_LINK_SLUG => 'Pretty Links',
27 26 self::THIRSTYLINK_SLUG => 'Thirsty Affiliates',
@@ -30,7 +29,6 @@
30 29 self::AAWP_SLUG => 'AAWP',
31 30 self::EASYAZON_SLUG => 'EasyAzon',
32 31 self::EASY_AFFILIATE_LINK_SLUG => 'Easy Affiliate Links',
33 32 self::AMA_LINKS_PRO_SLUG => 'AmaLinks Pro',
34 - self::LASSO_PRO_SLUG => 'Lasso Pro',
35 33 );
36 34 }