From d83289f857853b2efca194cd663267c24dbfd305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 6 Dec 2007 09:58:34 +0000 Subject: #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions --- modules/menu/menu.admin.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/menu') diff --git a/modules/menu/menu.admin.inc b/modules/menu/menu.admin.inc index 779399b05..9996f5106 100644 --- a/modules/menu/menu.admin.inc +++ b/modules/menu/menu.admin.inc @@ -163,6 +163,8 @@ function menu_overview_form_submit($form, &$form_state) { /** * Theme the menu overview form into a table. + * + * @ingroup themeable */ function theme_menu_overview_form($form) { drupal_add_tabledrag('menu-overview', 'match', 'parent', 'menu-plid', 'menu-plid', 'menu-mlid', TRUE, MENU_MAX_DEPTH - 1); -- cgit v1.2.3