From fdf48f2b9962e04529e6b1a4bb3252ed9c01fc15 Mon Sep 17 00:00:00 2001 From: Dries Date: Mon, 19 Dec 2011 09:47:28 -0500 Subject: - Patch #1366804 by TR: 'End of foo group' on a couple of API pages due to not following standards. --- includes/actions.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/actions.inc') diff --git a/includes/actions.inc b/includes/actions.inc index 760de8300..ad2f96e7a 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -22,7 +22,7 @@ * - $a1, $a2: Optional additional information, which can be passed into * actions_do() and will be passed along to the action function. * - * @} End of "defgroup actions". + * @} */ /** @@ -380,4 +380,3 @@ function actions_delete($aid) { ->execute(); module_invoke_all('actions_delete', $aid); } - -- cgit v1.2.3