fixed php docs, PARAM_CLEANHTML does not strip backslashes anymore

This commit is contained in:
Petr Skoda 2010-09-02 17:58:03 +00:00
parent cc1eebbb34
commit 7e4341f9f5

View File

@ -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');