Skip to content

Commit

Permalink
Correct post-nav PHP spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Jun 15, 2017
1 parent b1f8d49 commit 21b3825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="content"><?php get_template_part( 'loop', 'index' ); ?></div>

<div id="posts-nav">
<?php posts_nav_link( '', esc_html__( 'Newer Entries', 'origami' ), esc_html__('Older Entries', 'origami') ); ?>
<?php posts_nav_link( '', esc_html__( 'Newer Entries', 'origami' ), esc_html__( 'Older Entries', 'origami' ) ); ?>
</div>

<?php get_footer(); ?>

0 comments on commit 21b3825

Please sign in to comment.