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/blocks/effect_block.php +1 -7 1.171.5 View file →
@@ -80,20 +80,14 @@
80 80
81 81 $shape_icons = array();
82 82
83 83 ?>
84 -<div class='help-side'>
85 - <h3><?php _e('Effect Options', 'mbsocial'); ?></h3>
86 84
87 - <p><?php _e('These will modify the behavior when a user hovers the mouse cursor over the share buttons', 'mbsocial') ?></p>
88 -
89 -</div>
90 -
91 85 <div class='options option-container style' id='effectBlock' data-refresh='previewBlock' >
92 86 <?php if (! Install::isPRO() ) : ?>
93 87 <div class='forpro overlay'><div><?php echo $admin->getProMessage(); ?></div></div>
94 88 <?php endif; ?>
95 - <div class='title'><?php _e('Hover Effects', 'mbsocial'); ?></div>
89 + <div class='title'><?php _e('Effects', 'mbsocial'); ?></div>
96 90 <div class='inside'>
97 91 <?php
98 92
99 93 $etype = new maxField('option_select');