Add Comment Reply Script

This commit is contained in:
Mati Horovitz 2018-11-04 11:13:42 +02:00
parent 8e671499b5
commit 028c4f419d

View file

@ -1,3 +1,10 @@
<?php

// Comment Reply Script
if ( comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
?>
<section id="comments" class="comments-area">

<?php if ( have_comments() ) : ?>