summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sharedaddy/sharing.php')
-rw-r--r--plugins/jetpack/modules/sharedaddy/sharing.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/sharedaddy/sharing.php b/plugins/jetpack/modules/sharedaddy/sharing.php
index 974fe741..24a1e91f 100644
--- a/plugins/jetpack/modules/sharedaddy/sharing.php
+++ b/plugins/jetpack/modules/sharedaddy/sharing.php
@@ -166,6 +166,7 @@ class Sharing_Admin {
<?php if ( current_user_can( 'manage_options' ) ) : ?>
+ <div class="share_manage_options">
<h3><?php _e( 'Sharing Buttons', 'jetpack' ) ?></h3>
<p><?php _e( 'Add sharing buttons to your blog and allow your visitors to share posts with their friends.', 'jetpack' ) ?></p>
@@ -402,7 +403,7 @@ class Sharing_Admin {
<input type="hidden" name="_wpnonce" value="<?php echo wp_create_nonce( 'sharing-new_service' );?>" />
</form>
</div>
-
+ </div>
<?php endif; ?>