From 86db306e433c779f68d1275099a89368fed16fa8 Mon Sep 17 00:00:00 2001 From: Kostas Vrouvas Date: Wed, 26 Apr 2017 12:47:02 +0300 Subject: [PATCH] Fix next/previous post float class --- inc/extras.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/extras.php b/inc/extras.php index 16c8882..339a9f2 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -98,10 +98,10 @@ if ( ! function_exists( 'understrap_post_nav' ) ) : %link', _x( ' %title', 'Previous post link', 'understrap' ) ); + 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' ) ); } ?>