[Validation Issue] v263 – WordPress Default 1.6 theme
-
I get a validation error in two locations for aria-required=’true’ the code is in comment form:
<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> <label for="author"><small>Name <?php if ($req) echo "(required)"; ?></small></label></p>The validation error is: there is no attribute “aria-required”.
I see some entries where this was attributed to reCAPTCHA. Because it happens in the default theme and not in the classic I was wondering if there is a work around to keep the name and email required and avoid the error.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘[Validation Issue] v263 – WordPress Default 1.6 theme’ is closed to new replies.