mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
fixed php docs, PARAM_CLEANHTML does not strip backslashes anymore
This commit is contained in:
parent
cc1eebbb34
commit
7e4341f9f5
@ -117,7 +117,7 @@ define('PARAM_BOOL', 'bool');
|
||||
define('PARAM_CAPABILITY', 'capability');
|
||||
|
||||
/**
|
||||
* PARAM_CLEANHTML - cleans submitted HTML code and removes slashes. It stays as HTML.
|
||||
* PARAM_CLEANHTML - cleans submitted HTML code. use only for text in HTML format. It stays as HTML.
|
||||
*/
|
||||
define('PARAM_CLEANHTML', 'cleanhtml');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user