X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FLinker.php;h=5255b9a133500c2f08c53c81a783ae3ddb161b5d;hb=28c98539cd0fd4a1cf5e9ce7662b7a360fb64dbb;hp=842d276d2ab8494e6bb0ad95eccb21ce8cc92f00;hpb=ce6d7b945fdcabe55c5cb0aff8723e0010a8ab56;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),