diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 10:59:49 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 10:59:49 +0100 |
commit | cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9 (patch) | |
tree | cff62e97ab013cc39a181587c69c0f4a37aeabb4 /app/class/Opt.php | |
parent | c0a2817accea23837ab85b8ba31aabc7fbb20fc3 (diff) | |
download | wcms-cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9.tar.gz wcms-cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9.zip |
deep search bar close #53
Diffstat (limited to 'app/class/Opt.php')
-rw-r--r-- | app/class/Opt.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/class/Opt.php b/app/class/Opt.php index 7ffbd62..e920cb7 100644 --- a/app/class/Opt.php +++ b/app/class/Opt.php @@ -106,9 +106,9 @@ class Opt extends Item } /** - * Get the link list for each tags of an page + * Get the link list for each tags of a page * - * @param array $taglist List of tag to be + * @param array $taglist List of tag to be abalysed * @return string html code to be printed */ public function taglinks(array $taglist = []): string |