Hello there,
I am working on a new theme, in that I am using <?php comment_form(); ?> to show the comment form on all posts.
Now the problem is that my comment form submit button is missing the tabindex value. I can customize all other fields and labels in the form but found no way to add tabindex='5' to that button.
Can anyone help me with this?