mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
three-character minimum for $keyword
limit $keyword to a minimum of three characters
This commit is contained in:
parent
ffee888eab
commit
6a7002657c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue