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 | admin/page_settings.php +16 -1 trunk1.1.2 View file →
@@ -2,9 +2,9 @@
2 2 namespace MBSocial;
3 3 defined('ABSPATH') or die('No direct access permitted');
4 4
5 5 use MaxButtons\maxButton as maxButton;
6 -$button = MB()->getClass('button'); // this loads the maxblocks template files
6 +$button = new maxButton(); // this loads the maxblocks template files
7 7
8 8
9 9 $title = (Install::isPro()) ? __('Wordpress Share Buttons PRO', 'mbsocial') : __('WordPress Share Buttons','mbsocial');
10 10 $header = array(
@@ -16,8 +16,23 @@
16 16 $admin = mbSocial()->admin();
17 17 $admin->header($header);
18 18
19 19 ?>
20 +
21 +
22 +
23 + <div class='mb_tab'>
24 + <div class="title">
25 + <span class="dashicons dashicons-list-view"></span>
26 + <span class='title'><?php _e('Settings', 'mbsocial') ?></span>
27 + </div>
28 + <div class="option-container">
29 + <div class="title"><?php _e('Settings','mbsocial'); ?></div>
30 + <div class="inside">
31 + Settings
32 + </div>
33 + </div>
34 + </div> <!-- mb_tab -->
20 35
21 36 <div class='mb_tab network_tab'>
22 37 <div class="title">
23 38 <span class="dashicons dashicons-list-view"></span>