diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 00:05:09 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 00:05:09 +0200 |
commit | 29d909d5d1a14efc2e316650946bf43ddf03f1fd (patch) | |
tree | 95dd5551798ba62ae8ba74c8942f9693b49274a9 /system/helpers/form_helper.php | |
parent | 582ebcb3b7eebd12605804577710cf73f0362001 (diff) |
[ci skip] Update docblocks for deprecated functions
Diffstat (limited to 'system/helpers/form_helper.php')
-rw-r--r-- | system/helpers/form_helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index a09cb36dd..622622c0e 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -600,6 +600,7 @@ if ( ! function_exists('form_prep')) * * Formats text so that it can be safely placed in a form field in the event it has HTML tags. * + * @todo Remove in version 3.1+. * @deprecated 3.0.0 This function has been broken for a long time * and is now just an alias for html_escape(). It's * second argument is ignored. |