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/update/update.report.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/update') diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc index 84c34c40c..2c5c283f4 100644 --- a/modules/update/update.report.inc +++ b/modules/update/update.report.inc @@ -22,6 +22,8 @@ function update_status() { /** * Theme project status report. + * + * @ingroup themeable */ function theme_update_report($data) { $last = variable_get('update_last_check', 0); @@ -197,6 +199,11 @@ function theme_update_report($data) { return $output; } +/** + * Theme the version display of a project. + * + * @ingroup themeable + */ function theme_update_version($version, $tag, $class) { $output = ''; $output .= ''; -- cgit v1.2.3