summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-03-30 02:12:13 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-03-30 02:12:13 -0400
commitb386d9211922a466485ba2e2ac83bbce2d3f7db5 (patch)
tree883a7df274e6b60cb21882e46246cd1b90ea6b64 /modules/user
parent5a17a54c48e59a2798dd68a8d1e939149523dab9 (diff)
downloadbrdo-b386d9211922a466485ba2e2ac83bbce2d3f7db5.tar.gz
brdo-b386d9211922a466485ba2e2ac83bbce2d3f7db5.tar.bz2
Issue #2371759 by Valentine94, angel.angelio: The docblock for user_help() should read "Implements hook_help()."
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index d74ed2f40..9637a7165 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -32,7 +32,7 @@ define('USER_REGISTER_VISITORS', 1);
define('USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL', 2);
/**
- * Implement hook_help().
+ * Implements hook_help().
*/
function user_help($path, $arg) {
global $user;