diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index f99fe2ea9..0d3fced7f 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -3243,8 +3243,9 @@ function user_action_info() { } /** - * Implement a Drupal action. * Blocks the current user. + * + * @ingroup actions */ function user_block_user_action(&$entity, $context = array()) { if (isset($entity->uid)) { |