From 77bc390ee7623d70a4dad1a04372718342990bff Mon Sep 17 00:00:00 2001
From: IanDelMar <42134098+IanDelMar@users.noreply.github.com>
Date: Tue, 25 Dec 2018 19:17:09 +0100
Subject: [PATCH] Fix spacing
---
inc/extras.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inc/extras.php b/inc/extras.php
index 0d3bea6..2c4ade1 100644
--- a/inc/extras.php
+++ b/inc/extras.php
@@ -102,7 +102,7 @@ if ( ! function_exists ( 'understrap_post_nav' ) ) {
previous_post_link( '%link', _x( ' %title', 'Previous post link', 'understrap' ) );
}
if ( get_next_post_link() ) {
- next_post_link( '%link', _x( '%title ', 'Next post link', 'understrap' ) );
+ next_post_link( '%link', _x( '%title ', 'Next post link', 'understrap' ) );
}
?>