• After updating my site to 4.2 the comment post (submit) button disappeared.

    I have a copy of my site where i tested it again and happened the same after update.

Viewing 2 replies - 31 through 32 (of 32 total)
  • Brilliant, @martijnn94!

    Your solution worked for me as well.

    I located the “id_form” tag and under it added the three lines below, as you suggested. Now the Submit button is back and functioning properly.

    ‘submit_button’ => ‘<input name=”%1$s” type=”submit” id=”%2$s” class=”%3$s” value=”%4$s” />’,
    ‘submit_field’ => ‘<p class=”form-submit”>%1$s %2$s</p>’,
    ‘format’ => ‘xhtml’,

    Thanks everyone, the latest wordpress update finally seems to have addressed this. I don’t need to copy over the includes file, anymore.

    Ciao,

    L

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘Comment submit button disappeared after 4.2 update’ is closed to new replies.