diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-01 14:45:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-01 14:45:41 +0100 |
commit | 9b5a84dfb0c8a4ba078beb516373e7bb7d8d3ed7 (patch) | |
tree | f54308feff8f6fed3924bb7bb60030738097c2f9 /user_guide_src/source/libraries | |
parent | fe58c1c633cdfc11efc22a4d9bd888fab4a2a15c (diff) |
Remove previously deprecated FV Library method/rule prep_for_form()
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index b503b9be0..915ce876f 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -1009,7 +1009,6 @@ to use: ==================== ========= ============================================================================================================== Name Parameter Description ==================== ========= ============================================================================================================== -**prep_for_form** No DEPRECATED: Converts special characters so that HTML data can be shown in a form field without breaking it. **prep_url** No Adds "\http://" to URLs if missing. **strip_image_tags** No Strips the HTML from image tags leaving the raw URL. **encode_php_tags** No Converts PHP tags to entities. |