Skip to content

Commit

Permalink
Fix incorrectly located closing div.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Feb 14, 2025
1 parent e3727ad commit 06c1355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function wpt_add_twitter_inner_box( $post ) {
<?php
}
?>
</div>
<div class='wpt-options wpt-pro'>
<div class='wptab' id='custom'>
<?php
Expand Down Expand Up @@ -181,7 +182,6 @@ function wpt_add_twitter_inner_box( $post ) {
</div>
</div>
</div>
</div>
<?php wpt_show_history( $post->ID ); ?>
<?php wpt_meta_box_support( $is_pro ); ?>
<?php
Expand Down

0 comments on commit 06c1355

Please sign in to comment.