PluginProbe
Social Share Buttons / 1.5
Social Share Buttons v1.5
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 +3 -1 1.21.5 View file →
@@ -73,8 +73,10 @@
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,
77 79 );
78 80
79 81 return $options;
80 82 }
@@ -85,9 +87,9 @@
85 87 return;
86 88 foreach($settings as $setting => $value)
87 89 {
88 90 if (is_null($value) || strlen($value) == 0)
89 - continue;
91 + continue;
90 92
91 93 switch($setting)
92 94 {
93 95 case 'active':