From 6cbdcd63e2f7574841f2f47e48233452540d101a Mon Sep 17 00:00:00 2001 From: magox Date: Wed, 13 Nov 2013 17:22:57 +0100 Subject: [PATCH] add a space after the comma L:28 --- lib/titles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/titles.php b/lib/titles.php index 6383fd0..d4396cf 100644 --- a/lib/titles.php +++ b/lib/titles.php @@ -25,7 +25,7 @@ function roots_title() { $author = get_queried_object(); return sprintf(__('Author Archives: %s', 'roots'), $author->display_name); } else { - return single_cat_title('',false); + return single_cat_title('', false); } } elseif (is_search()) { return sprintf(__('Search Results for %s', 'roots'), get_search_query());