MDL-55137: Update PHPDoc for external_format_text

This commit is contained in:
Cameron Ball 2016-07-06 17:48:07 +08:00
parent ac8d6cff54
commit 977804ed9d

View File

@ -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 <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.