Add missing space

This commit is contained in:
IanDelMar 2018-11-18 22:01:04 +01:00
parent 5ff95a5989
commit 56035343db
1 changed files with 1 additions and 1 deletions

View File

@ -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( __( '&larr; Older Comments','understrap' ) ); ?> <?php previous_comments_link( __( '&larr; Older Comments', 'understrap' ) ); ?>
</div> </div>
<?php } ?> <?php } ?>