push changes, and removed comments
This commit is contained in:
@ -44,7 +44,7 @@ if ( post_password_required() ) {
|
||||
);
|
||||
}
|
||||
?>
|
||||
</h2><!-- .comments-title -->
|
||||
</h2>
|
||||
|
||||
<?php the_comments_navigation(); ?>
|
||||
|
||||
@ -55,7 +55,7 @@ if ( post_password_required() ) {
|
||||
'short_ping' => true,
|
||||
) );
|
||||
?>
|
||||
</ol><!-- .comment-list -->
|
||||
</ol>
|
||||
|
||||
<?php
|
||||
the_comments_navigation();
|
||||
@ -72,4 +72,4 @@ if ( post_password_required() ) {
|
||||
comment_form();
|
||||
?>
|
||||
|
||||
</div><!-- #comments -->
|
||||
</div>
|
Reference in New Issue
Block a user