Updating docblock for Sanitize::stripScripts()

This commit is contained in:
ADmad 2011-06-03 00:49:57 +05:30
parent b22fdeae77
commit 00f29f312a

View file

@ -151,7 +151,7 @@ class Sanitize {
* Strips scripts and stylesheets from output
*
* @param string $str String to sanitize
* @return string String with <script>, <style>, <link> elements removed.
* @return string String with <script>, <style>, <link>, <img> elements removed.
* @access public
* @static
*/