]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/LinkFilter.php
Introduce the Updater class which
[github/shaarli/Shaarli.git] / application / LinkFilter.php
index b2e6530f3855229451b8898fcc25f7852bf86b49..096d3b04049580d4549055b2bd6c7c98ddad4f7d 100644 (file)
@@ -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.