From 19aaebcbe2fe4af1e9fbf47c6e498889bbd9f934 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Feb 2010 16:55:18 +0000 Subject: - Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header. --- modules/user/user.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/user/user.module') 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)) { -- cgit v1.2.3