WordPress plugin and theme developers need to take note of an important change in WordPress 4.4 that rearranges the comment form. In WordPress 4.4, the comment form is arranged so that the text area is displayed first followed by the name, email, and website fields.

According to Aaron Jorbin, WordPress core developer, the change improves navigation when using the keyboard to toggle through fields. It also makes it easier for users to leave comments.
Since the change requires filters and actions to run in a different order, the HTML output by comment_form
will be different. Jorbin explains that if developers use any of the hooks inside comment_form
, especially comment_form_field_comment
and comment_form_after_fields
, developers should test their themes and plugins using WordPress 4.4 nightlies.
If you run into any problems or inconsistencies, please report them to ticket #29974. What do you think of the change? Do you think readers want to write their comment first instead of filling out the other three fields?
That’s interesting and I like it. When they are done reading a post, why hinder the momentum. You either want to comment or you don’t. You should be able to dive right into it, and the other stuff, well, an after-thought.
In fact it could be helpful.
People immediately get turned off by having to put in their name and email, lost interest in the point they are there.
Instead, they put time into a comment, and then add the rest. It seems like you would be more likely to fill it out without a second thought.
Anyway, just some thoughts… but I think it’s a good move. :)