diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-01-07 16:19:35 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-01-07 16:19:35 +0100 |
commit | 82c0d2acc24a0b19de246c4f2c3d37a8e197d11e (patch) | |
tree | 10fd8ff7e3102c881d1e4ad3678119ebc099d0cc /includes/controller/users_controller.php | |
parent | a05f578f52792954e1022aad8a18d24007e580a6 (diff) |
controller comments
Diffstat (limited to 'includes/controller/users_controller.php')
-rw-r--r-- | includes/controller/users_controller.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php index 8e0aace7..c5c437ca 100644 --- a/includes/controller/users_controller.php +++ b/includes/controller/users_controller.php @@ -77,6 +77,9 @@ function user_password_recovery_controller() { } } +/** + * Menu title for password recovery. + */ function user_password_recovery_title() { return _("Password recovery"); } |