diff --git a/codesniffer.ruleset.xml b/codesniffer.ruleset.xml index 3f7872ae86..ed23015352 100644 --- a/codesniffer.ruleset.xml +++ b/codesniffer.ruleset.xml @@ -8,6 +8,8 @@ + + diff --git a/inc/template-tags.php b/inc/template-tags.php index 41151baa06..52bc4ebf3d 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -53,7 +53,7 @@ function _s_post_nav() { ', _x( ' %title', 'Previous post link', '_s' ) ); - next_post_link( '', _x( '%title ', 'Next post link', '_s' ) ); + next_post_link( '', _x( '%title ', 'Next post link', '_s' ) ); ?>