From 8c3efea3a1fdd3c309ffd9d64ff5f7eae16fb3a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 19 Jun 2009 20:35:05 +0000 Subject: [PATCH] - Patch #495964 by jhodgdon: fixed documentation error. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 032827852bb..42098307343 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