Skip to content

Commit

Permalink
Fix comment email input field
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaKotyuk committed Feb 19, 2018
1 parent c440c89 commit 622af95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class="col-md-6">
<div class="form-group">
<label for="email">' . __('Your Email', 'zoner-lite') .'<em>*</em></label>
<input type="email" class="form-control" id="email" name="email" ' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" '. $aria_req .' />
<input type="email" class="form-control" id="email" name="email" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" '. $aria_req .' />
</div><!-- /.form-group -->
</div><!-- /.col-md-6 -->
</div><!-- /.row -->
Expand Down

0 comments on commit 622af95

Please sign in to comment.