forked from mirror/_s
commit
e39f5e55db
|
@ -33,7 +33,7 @@ if ( post_password_required() ) {
|
||||||
'<span>' . get_the_title() . '</span>'
|
'<span>' . get_the_title() . '</span>'
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</h2>
|
</h2><!-- .comments-title -->
|
||||||
|
|
||||||
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
|
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
|
||||||
<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
|
<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
|
||||||
|
|
Reference in New Issue