From 5c6311499bf2b72edf052125aa311e83393ad06a Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Tue, 6 Jan 2015 11:48:47 +0700 Subject: [PATCH] Update Travis CI build checks. Props @miya0001. See #663. --- codesniffer.ruleset.xml | 3 +++ inc/template-tags.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/codesniffer.ruleset.xml b/codesniffer.ruleset.xml index 3f7872ae..d2b1ce7a 100644 --- a/codesniffer.ruleset.xml +++ b/codesniffer.ruleset.xml @@ -1,6 +1,7 @@ + A custom set of code standard rules to check for Underscores. @@ -8,6 +9,8 @@ + + diff --git a/inc/template-tags.php b/inc/template-tags.php index 5dd3759f..ebeaca6b 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' ) ); ?>