add a space after the comma L:28

This commit is contained in:
magox
2013-11-13 17:22:57 +01:00
parent aca0793f87
commit 6cbdcd63e2

View File

@@ -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());