add a space after the comma L:28
This commit is contained in:
@@ -25,7 +25,7 @@ function roots_title() {
|
|||||||
$author = get_queried_object();
|
$author = get_queried_object();
|
||||||
return sprintf(__('Author Archives: %s', 'roots'), $author->display_name);
|
return sprintf(__('Author Archives: %s', 'roots'), $author->display_name);
|
||||||
} else {
|
} else {
|
||||||
return single_cat_title('',false);
|
return single_cat_title('', false);
|
||||||
}
|
}
|
||||||
} elseif (is_search()) {
|
} elseif (is_search()) {
|
||||||
return sprintf(__('Search Results for %s', 'roots'), get_search_query());
|
return sprintf(__('Search Results for %s', 'roots'), get_search_query());
|
||||||
|
|||||||
Reference in New Issue
Block a user