From 574afbc75fcc644ee343c6c617633ff3d6fec960 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Wed, 6 Jul 2016 17:48:07 +0800 Subject: [PATCH] MDL-55137: Update PHPDoc for external_format_text --- lib/externallib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/externallib.php b/lib/externallib.php index 01f42ff35f7..88739ac5972 100644 --- a/lib/externallib.php +++ b/lib/externallib.php @@ -811,6 +811,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.