X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLinker.php;h=5255b9a133500c2f08c53c81a783ae3ddb161b5d;hb=90500d15e769ec4f98a74d294bdc79b057c737df;hp=842d276d2ab8494e6bb0ad95eccb21ce8cc92f00;hpb=f947f103e70c75b4845bf6d09f35051ba4c974d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Linker.php b/includes/Linker.php index 842d276d2a..5255b9a133 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1393,7 +1393,10 @@ class Linker { * is ignored * * @todo FIXME: Doesn't handle sub-links as in image thumb texts like the main parser - * @param string $comment Text to format links in + * @param string $comment Text to format links in. WARNING! Since the output of this + * function is html, $comment must be sanitized for use as html. You probably want + * to pass $comment through Sanitizer::escapeHtmlAllowEntities() before calling + * this function. * @param Title|null $title An optional title object used to links to sections * @param bool $local Whether section links should refer to local page * @param string|null $wikiId Id of the wiki to link to (if not the local wiki),