PluginProbe
Social Share Buttons / 1.1.2
Social Share Buttons v1.1.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 +2 -2 1.01.1.2 View file →
@@ -31,14 +31,14 @@
31 31 protected $nice_name; // Nice name for display in the Editor interface
32 32
33 33 protected $label; // Lavel (default) Text. This will be in the button, e.g. on hover
34 34
35 - protected $icon_type = 'fa'; // Icon library set
35 + protected $icon_type = 'fab'; // Icon library set
36 36 protected $icon = 'fa-circle'; // Icon
37 37
38 38 protected $color = '#fff';
39 39
40 - // extra options
40 + // extra options [internal]
41 41 protected $limitedpro = false; // the network is only intended for MB PRO
42 42 protected $forcesamewindow = false; // never open this in a new window
43 43
44 44 public function __construct()