Skip to content

Commit

Permalink
Missing a closing div
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Mar 4, 2016
1 parent f01bc4e commit eb96e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.php
Expand Up @@ -98,7 +98,7 @@ public function the_content( $content ) {
$content .= '<div class="emoji-reactions">';

foreach ( $reactions_summary as $emoji => $count ) {
$content .= "<div data-emoji='$emoji' data-count='$count' data-post='$post_id' class='emoji-reaction'><div class='emoji'>$emoji</div><div class='count'>$count</div>";
$content .= "<div data-emoji='$emoji' data-count='$count' data-post='$post_id' class='emoji-reaction'><div class='emoji'>$emoji</div><div class='count'>$count</div></div>";
}

/* translators: This is the emoji used for the "Add new emoji reaction" button */
Expand Down

0 comments on commit eb96e86

Please sign in to comment.