diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-07 14:44:04 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-07 14:44:04 +0100 |
commit | 0bb08b7a7ab11b4cf655110a5bd17cf7fc61accb (patch) | |
tree | 12fa32405e975561cb2f932845b7742c65898ccd /system/helpers | |
parent | 0ef93646615516ae2bc87e54894708adaa29700f (diff) | |
parent | 44aa1ab0655283b67d6fdcb081803f25453dbc73 (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/captcha_helper.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php index 1da4a923b..214e7f8fc 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -54,10 +54,10 @@ if ( ! function_exists('create_captcha')) /** * Create CAPTCHA * - * @param array $data data for the CAPTCHA - * @param string $img_path path to create the image in - * @param string $img_url URL to the CAPTCHA image folder - * @param string $font_path server path to font + * @param array $data Data for the CAPTCHA + * @param string $img_path Path to create the image in (deprecated) + * @param string $img_url URL to the CAPTCHA image folder (deprecated) + * @param string $font_path Server path to font (deprecated) * @return string */ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path = '') |