diff --git a/lib/externallib.php b/lib/externallib.php index befa4e6ed32..6feaec4013e 100644 --- a/lib/externallib.php +++ b/lib/externallib.php @@ -904,6 +904,7 @@ function external_format_string($str, $contextid, $striplinks = true, $options = * returned. Default false. * allowid : If true then id attributes will not be removed, even when using htmlpurifier. Default (different from * format_text) true. Default changed id attributes are commonly needed. + * blanktarget : If true all tags will have target="_blank" added unless target is explicitly specified. * * * @param string $text The content that may contain ULRs in need of rewriting.