diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-11 23:00:09 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-11 23:00:09 +0000 |
commit | 293b12cc21e9d969eacd42b8e59d038148a066f5 (patch) | |
tree | 77a177b0798802b63428ed9869d6769599a06084 /modules | |
parent | 5d6ff1db64f977da3767d41887f3544dcb07e418 (diff) | |
download | brdo-293b12cc21e9d969eacd42b8e59d038148a066f5.tar.gz brdo-293b12cc21e9d969eacd42b8e59d038148a066f5.tar.bz2 |
#102604: Document BLOCK_REGION_NONE constant
Diffstat (limited to 'modules')
-rw-r--r-- | modules/block/block.module | 4 |
1 files changed, 4 insertions, 0 deletions
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); /** |