summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-05-23 12:25:30 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-05-23 12:25:30 -0700
commite039aaaa32c5053a441330b4033465e02209c7e4 (patch)
treeaf3f95f3cb8f53715017a805c8b1c2e59df7a501 /includes/theme.inc
parentf10acf95c2d8e4cabe02396263387e20e7d5db10 (diff)
downloadbrdo-e039aaaa32c5053a441330b4033465e02209c7e4.tar.gz
brdo-e039aaaa32c5053a441330b4033465e02209c7e4.tar.bz2
Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 51e1075ca..345ef00f5 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1473,7 +1473,7 @@ function theme_disable($theme_list) {
}
/**
- * @ingroup themeable
+ * @addtogroup themeable
* @{
*/
@@ -2172,7 +2172,7 @@ function theme_indentation($variables) {
}
/**
- * @} End of "ingroup themeable".
+ * @} End of "addtogroup themeable".
*/
/**