Skip to content

Instantly share code, notes, and snippets.

@smbrown
Created December 30, 2011 00:25
Show Gist options
  • Select an option

  • Save smbrown/1536899 to your computer and use it in GitHub Desktop.

Select an option

Save smbrown/1536899 to your computer and use it in GitHub Desktop.
display wp comment form without html notes after text area box
<?php comment_form( array('comment_notes_after' => '') ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment