diff --git a/modules/block/block.admin.inc b/modules/block/block.admin.inc index 3981de9522b26b44e386ad34d0464eea20de84b0..7cf299c0e548b256aab91378a12338152465eb10 100644 --- a/modules/block/block.admin.inc +++ b/modules/block/block.admin.inc @@ -16,7 +16,7 @@ function block_admin_demo($theme = NULL) { /** * Menu callback for admin/structure/block. * - * @param $theme + * @param $theme * The theme to display the administration page for. If not provided, defaults * to the currently used theme. */ diff --git a/modules/block/block.module b/modules/block/block.module index 7790600f16fad0a86abb211a88bd828fe9c2b39f..2f7e372fe3379d4d2cac051a23b8f11485493e6c 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -355,7 +355,7 @@ function _block_get_renderable_array($list = array()) { /** * Update the 'block' DB table with the blocks currently exported by modules. * - * @param $theme + * @param $theme * The theme to rehash blocks for. If not provided, defaults to the currently * used theme. *