From 1fab19f3f376de75f49dd5448d5e9a3cb662ac7c Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 30 Jan 2012 23:52:47 -0800 Subject: Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI. --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/system.module b/modules/system/system.module index 010608db0..086a298e9 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2719,8 +2719,8 @@ function system_region_list($theme_key, $show = REGIONS_ALL) { * Implements hook_system_info_alter(). */ function system_system_info_alter(&$info, $file, $type) { - // Remove page-top from the blocks UI since it is reserved for modules to - // populate from outside the blocks system. + // Remove page-top and page-bottom from the blocks UI since they are reserved for + // modules to populate from outside the blocks system. if ($type == 'theme') { $info['regions_hidden'][] = 'page_top'; $info['regions_hidden'][] = 'page_bottom'; -- cgit v1.2.3