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/blocks/effect_block.php +1 -1 1.91.2 View file →
@@ -95,9 +95,9 @@
95 95 $etype->name = $etype->id;
96 96 $etype->label = __('Type', 'mbsocial');
97 97 $etype->options = $types;
98 98 $etype->selected = $this->getValue($etype->id);
99 -
99 + $etype->disabled = true;
100 100
101 101 $admin->addField($etype, 'start','end');
102 102
103 103 $scale = new maxField('number');