diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 7bb62b82d..97c1c3bba 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -338,7 +338,7 @@ function theme_table($header, $rows) { /** * Returns themed box. * - * @param $subject the @a subject of the box. + * @param $title the @a subject of the box. * @param $content the @a content of the box. * @param $region the @a region of the box. * |