Skip to content

Commit

Permalink
Ooops!
Browse files Browse the repository at this point in the history
  • Loading branch information
nilovelez committed Mar 6, 2019
1 parent 14d992e commit 7361e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/social/class-machete-social-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private function share_buttons() {
* @param string $buttons HTML code for the buttons, pregenerated by share_buttons().
*/
private function top_share_block( $buttons ) {
return '<div class="mct-top-share">' . $buttons . '</div>';
return '<div id="mct-top-share">' . $buttons . '</div>';
}

/**
Expand Down

0 comments on commit 7361e36

Please sign in to comment.