diff --git a/modules/block/block.module b/modules/block/block.module index dd7bf9117cd0e3f36e23fb73ce2c01fcce920e9a..7790600f16fad0a86abb211a88bd828fe9c2b39f 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -257,7 +257,7 @@ function block_page_build(&$page) { // The theme system might not yet be initialized. We need $theme. drupal_theme_initialize(); - // Populate all block regions + // Fetch a list of regions for the current theme. $all_regions = system_region_list($theme); $item = menu_get_item();