From 293b12cc21e9d969eacd42b8e59d038148a066f5 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 11 Dec 2006 23:00:09 +0000 Subject: #102604: Document BLOCK_REGION_NONE constant --- modules/block/block.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/block/block.module b/modules/block/block.module index a44223e95..4c208f889 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -6,6 +6,10 @@ * Controls the boxes that are displayed around the main content. */ +/** + * Denotes that a block is not enabled in any region and should not + * be shown. + */ define('BLOCK_REGION_NONE', -1); /** -- cgit v1.2.3