mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 05:26:22 +05:30
parent
9a6e4b83ee
commit
ffee888eab
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