diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-12-16 21:18:51 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-12-16 21:18:51 +0000 |
commit | 3e3f397202c0983fa4a91a961b630d0fb66d6f35 (patch) | |
tree | 9d6f702a149968e5ee1a5725c7a7699fdba94d26 /includes | |
parent | 670a292277682351c373780746aedd5c110b3b08 (diff) | |
download | brdo-3e3f397202c0983fa4a91a961b630d0fb66d6f35.tar.gz brdo-3e3f397202c0983fa4a91a961b630d0fb66d6f35.tar.bz2 |
- Type in comment block.
Diffstat (limited to 'includes')
-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. * |