Skip to content

Commit

Permalink
Subscriptions: display checkboxes above submit button. (#12373)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored and kraftbj committed May 14, 2019
1 parent 883a98a commit 588d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ function comment_subscribe_init( $submit_button, $args ) {
*/
$str = apply_filters( 'jetpack_comment_subscription_form', $str );

return $submit_button . $str;
return $str . $submit_button;
}

/**
Expand Down

0 comments on commit 588d307

Please sign in to comment.