diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-08 16:23:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-08 16:23:45 +0000 |
commit | e90e2f2aa2558df5c6f80c98818d7eb9bcf47584 (patch) | |
tree | 25e6e7ae19c7c59aa6500a9c994249cb9d55fa5d | |
parent | 82b2613aa9184981ca732c804109fe8ae9755ae8 (diff) | |
download | brdo-e90e2f2aa2558df5c6f80c98818d7eb9bcf47584.tar.gz brdo-e90e2f2aa2558df5c6f80c98818d7eb9bcf47584.tar.bz2 |
- Patch #101196 by webchick and matt: corrected information in block.module help.
-rw-r--r-- | modules/block/block.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index 5da53f55d..7b5c52bcd 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -19,8 +19,8 @@ function block_help($section) { $output .= '<p>'. t('The block administration screen lets you specify the vertical placement of the blocks within a region. You do this by assigning a weight to each block. Lighter blocks (those having a smaller weight) "float up" towards the top of the region; heavier ones "sink".') .'</p>'; $output .= t("<p>A block's visibility depends on:</p> <ul> -<li>Its enabled checkbox. Disabled blocks are never shown.</li> -<li>Its throttle checkbox. Throttled blocks are hidden during high server loads.</li> +<li>Its region placement. Blocks with no region assigned to them are never shown.</li> +<li>Its throttle checkbox when throttle module is enabled. Throttled blocks are hidden during high server loads.</li> <li>Its page visibility settings. Blocks can be configured to be visible/hidden on certain pages.</li> <li>Its custom visibility settings. Blocks can be configured to be visible only when specific conditions are true.</li> <li>Its user visibility settings. Administrators can choose to let users decide whether to show/hide certain blocks.</li> |