Skip to content

Instantly share code, notes, and snippets.

@mfields
Created July 7, 2013 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfields/5945426 to your computer and use it in GitHub Desktop.
Save mfields/5945426 to your computer and use it in GitHub Desktop.
comment-reply script enqueue
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment