Skip to content

Instantly share code, notes, and snippets.

@davechu
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davechu/98168d1716cc3c78010f to your computer and use it in GitHub Desktop.
Save davechu/98168d1716cc3c78010f to your computer and use it in GitHub Desktop.
add_action('sensei_comments', 'dc_do_comments_form');
function dc_do_comments_form() {
comment_form();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment