Fixing dead variables and params

This commit is contained in:
alexsomeoddpilot
2014-10-30 09:24:33 -05:00
parent 246594f230
commit 2e470c7903
4 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ function is_element_empty($element) {
}
// Tell WordPress to use searchform.php from the templates/ directory
function roots_get_search_form($form) {
function roots_get_search_form() {
$form = '';
locate_template('/templates/searchform.php', true, false);
return $form;