Merge master
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
function is_element_empty($element) {
|
||||
$element = trim($element);
|
||||
return empty($element) ? false : true;
|
||||
return !empty($element);
|
||||
}
|
||||
|
||||
// Tell WordPress to use searchform.php from the templates/ directory
|
||||
|
||||
Reference in New Issue
Block a user