PluginProbe
Social Share Buttons / 1.19
Social Share Buttons v1.19
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 | admin/page_editor.php +3 -3 1.171.19 View file →
@@ -31,18 +31,18 @@
31 31 $collection_id = 0;
32 32 }
33 33 ?>
34 34
35 -<form class='mb-ajax-form' data-action='save-share'>
35 +<form class='mb-ajax-form save-on-key' data-action='save-share'>
36 36
37 37
38 38 <?php if($number_of_collections > 0) : ?>
39 39 <div class='help-side collection_switcher'>
40 - <h3>Your Social Groups</h3>
40 + <h3><?php _e('Your Social Groups','mbsocial'); ?></h3>
41 41 <?php //
42 42
43 43 echo '<div class="item heading"><span>' . __('name', 'mbsocial') . '</span><span>' . __('no buttons', 'mbsocial') . '</span><span>' . __('shortcode', 'mbsocial') . '</span></div>';
44 -
44 +
45 45 foreach($collection_ids as $id) {
46 46 $collection = new collection($id);
47 47 $genBlock = $collection->getBlock('generalBlock');
48 48 $name = $genBlock->getValue('name');