PluginProbe
Social Share Buttons / 1.2
Social Share Buttons v1.2
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | classes/class-network.php +1 -3 1.41.2 View file →
@@ -73,10 +73,8 @@
73 73 'popup_height' => $popup_height,
74 74 'icon_type' => $this->icon_type,
75 75 'icon' => $this->icon,
76 76 'color' => $this->color,
77 - 'displayMobile' => $this->displayMobile,
78 - 'displayDesktop' => $this->displayDesktop,
79 77 );
80 78
81 79 return $options;
82 80 }
@@ -87,9 +85,9 @@
87 85 return;
88 86 foreach($settings as $setting => $value)
89 87 {
90 88 if (is_null($value) || strlen($value) == 0)
91 - continue;
89 + continue;
92 90
93 91 switch($setting)
94 92 {
95 93 case 'active':