PluginProbe
Social Share Buttons / trunk
Social Share Buttons vtrunk
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/header.php +8 -6 0.9trunk View file →
@@ -1,15 +1,17 @@
1 1
2 -<div id='maxbuttons' class='maxbuttons-social'>
2 +<div id='maxbuttons' class='maxbuttons-social' <?php if (isset($tabs_active) && $tabs_active) echo "data-view='tabs'" ?>>
3 3 <div class='wrap'>
4 4
5 - <h1 class='title'><span><?php echo $title ?></span></h1>
6 - <div class='logo'>
5 + <h1 class='title'><span><?php echo $title ?></span>
6 + <div class='logo'>
7 7 <?php do_action("mb-display-logo"); ?>
8 8 <p>
9 - <a href='http://wordpress.org/support/'>Support Forums</a>
10 - | <a href='http://wordpress.org/support/'>FAQ</a>
9 + <a href='https://wordpress.org/support/plugin/share-button/'><?php _e('Support Forums', 'mbsocial'); ?></a>
10 +
11 11 </p>
12 12
13 -</div>
13 + </div>
14 + </h1>
15 +<div class='mb_header_notices'><?php do_action('mb/header/display_notices'); ?></div>
14 16 <div class='clear'></div>
15 17 <div class='main'>