MDL-55137: Update PHPDoc for external_format_text

This commit is contained in:
Cameron Ball
2016-07-06 17:48:41 +08:00
parent 566f5a7d07
commit 574afbc75f
+1
View File
@@ -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 <a> tags will have target="_blank" added unless target is explicitly specified.
* </pre>
*
* @param string $text The content that may contain ULRs in need of rewriting.