Bug Comments section with WordPress 5.9
-
Hello,
Since the update of WordPress version 5.9, I notice a bug in the add a comment section. Indeed, the title as well as the form (comment-form-email and comment-form-url paragraphs) is duplicated!!<div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Laisser un commentaire</h3> <form action="..." method="post" id="commentform" class="comment-form" novalidate=""> <p class="comment-notes">...</p> <p class="comment-form-comment">... <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required=""></textarea></p> <p class="comment-form-author">... <input id="author" name="author" type="text" value="" size="30" maxlength="245" required=""></p> <p class="comment-form-email">... <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required=""></p> <p class="comment-form-url"><label for="url">Site web</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200"></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Laisser un commentaire"> ... </p> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Laisser un commentaire</h3> <p class="comment-notes">...</p> <p class="comment-form-comment">...<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required=""></textarea></p> <p class="comment-form-author">...<input id="author" name="author" type="text" value="" size="30" maxlength="245" required=""></p> <p class="comment-form-email">...<input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required=""></p> <p class="comment-form-url"><label for="url">Site web</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200"></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Laisser un commentaire"> ... </p> </div> </form><!-- #respond --><!-- Block uncached by LiteSpeed Cache 4.4.7 on 2022-02-07 12:04:38 --> </div>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Bug Comments section with WordPress 5.9’ is closed to new replies.