Add missing space
This commit is contained in:
parent
5ff95a5989
commit
56035343db
|
@ -64,7 +64,7 @@ if ( post_password_required() ) {
|
||||||
|
|
||||||
<?php if ( get_previous_comments_link() ) { ?>
|
<?php if ( get_previous_comments_link() ) { ?>
|
||||||
<div class="nav-previous">
|
<div class="nav-previous">
|
||||||
<?php previous_comments_link( __( '← Older Comments','understrap' ) ); ?>
|
<?php previous_comments_link( __( '← Older Comments', 'understrap' ) ); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|
Reference in New Issue