Skip to content

Commit

Permalink
Update comments.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpauloen authored Nov 14, 2021
1 parent 631e8d3 commit f167e9e
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 @@ -23,7 +23,7 @@
$aria_req = ( $req ? ' aria-required="true"' : '' );
$user = wp_get_current_user();

$collapse = ( isset( $_GET['replytocom'] ) ) ? '' : 'collapse';
$collapse = ( isset( $_GET['replytocom'] ) ) ? 'collapse show' : 'collapse';
$fields = array(

'cookies' => '<div id="form-input" class="' . esc_attr( $collapse ) . '">
Expand Down

0 comments on commit f167e9e

Please sign in to comment.