summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-06 09:58:34 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-06 09:58:34 +0000
commitd83289f857853b2efca194cd663267c24dbfd305 (patch)
treeb950cd9d0c4df0068164d6131c2f40fafad7022f /modules/update
parentbaf6910cc1002c7b40b2899162a122b3ed441e6d (diff)
downloadbrdo-d83289f857853b2efca194cd663267c24dbfd305.tar.gz
brdo-d83289f857853b2efca194cd663267c24dbfd305.tar.bz2
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.report.inc7
1 files changed, 7 insertions, 0 deletions
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 .= '<table class="version '. $class .'">';