diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-19 20:35:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-19 20:35:05 +0000 |
commit | 8c3efea3a1fdd3c309ffd9d64ff5f7eae16fb3a6 (patch) | |
tree | 5a3396a08b387134b37e495e81a154807bd7bc4a /modules/system/system.admin.inc | |
parent | caa684125b15d900670a5edd1ba7c405212a4f6d (diff) | |
download | brdo-8c3efea3a1fdd3c309ffd9d64ff5f7eae16fb3a6.tar.gz brdo-8c3efea3a1fdd3c309ffd9d64ff5f7eae16fb3a6.tar.bz2 |
- Patch #495964 by jhodgdon: fixed documentation error.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 032827852..420983073 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1889,7 +1889,7 @@ EOT; /** * This function formats the content of an administrative block. * - * @param $block + * @param $content * An array containing information about the block. It should * include a 'title', a 'description' and a formatted 'content'. * @ingroup themeable |