X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=application%2FLinkFilter.php;h=096d3b04049580d4549055b2bd6c7c98ddad4f7d;hb=refs%2Fpull%2F442%2Fhead;hp=b2e6530f3855229451b8898fcc25f7852bf86b49;hpb=268a2e52659964fb7d033a1bb4d1490bf8cc49bf;p=github%2Fshaarli%2FShaarli.git diff --git a/application/LinkFilter.php b/application/LinkFilter.php index b2e6530f..096d3b04 100644 --- a/application/LinkFilter.php +++ b/application/LinkFilter.php @@ -260,7 +260,6 @@ class LinkFilter * Convert a list of tags (str) to an array. Also * - handle case sensitivity. * - accepts spaces commas as separator. - * - remove private tags for loggedout users. * * @param string $tags string containing a list of tags. * @param bool $casesensitive will convert everything to lowercase if false.