diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-07-02 09:21:30 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-07-02 09:21:30 -0400 |
commit | f5f3f205e97c2a3219897dd14de7d57659ce1181 (patch) | |
tree | e89da8c8aa003826b1815cabaf01d1fbcfbb351f /views/default/input/captcha.php | |
parent | 9e9b28479b6ecfd8685b2bba7f9ae5856ece9b2e (diff) | |
download | elgg-f5f3f205e97c2a3219897dd14de7d57659ce1181.tar.gz elgg-f5f3f205e97c2a3219897dd14de7d57659ce1181.tar.bz2 |
Fixes #3624 input views use class extending rather than overriding
Diffstat (limited to 'views/default/input/captcha.php')
-rw-r--r-- | views/default/input/captcha.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/captcha.php b/views/default/input/captcha.php index 210e0f50a..1c2e22aaa 100644 --- a/views/default/input/captcha.php +++ b/views/default/input/captcha.php @@ -1,6 +1,6 @@ <?php /** - * This view provides a hook for third parties to provide captcha behaviour. + * This view provides a hook for third parties to provide a CAPTCHA. * * @package Elgg * @subpackage Core |