three-character minimum for $keyword

limit $keyword to a minimum of three characters
This commit is contained in:
splifingate 2025-01-29 05:43:42 -05:00
commit 6a7002657c

View file

@ -1541,9 +1541,9 @@ function keyword_count($keyword)
} }
} }
$tmp = array_unique($tmp, SORT_REGULAR); $tmp = array_unique($tmp, SORT_REGULAR);
return count($tmp); return count($tmp);
} }
} }
// Return recent posts lists // Return recent posts lists