Index: modules/block/block.module =================================================================== RCS file: /cvs/drupal/drupal/modules/block/block.module,v retrieving revision 1.239 diff -u -p -r1.239 block.module --- modules/block/block.module 27 Nov 2006 01:26:31 -0000 1.239 +++ modules/block/block.module 28 Nov 2006 06:53:41 -0000 @@ -40,7 +40,7 @@ function block_help($section) {
If you want certain blocks to disable themselves temporarily during high server loads, check the "Throttle" box. You can configure the auto-throttle on the throttle configuration page after having enabled the throttle module.
You can configure the behaviour of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.
', array('@throttle' => url('admin/settings/throttle'))); case 'admin/build/block/add': - return ''. t('Here you can create a new block. Once you have created this block you must make it active and give it a place on the page using blocks. The title is used when displaying the block. The description is used in the "block" column on the blocks page.', array('@overview' => url('admin/build/block'))) .'
'; + return ''. t('Here you can create a new block. Once you have created this block you must make it active and give it a place on the page using blocks. The description is used in the "block" column on the blocks page.', array('@overview' => url('admin/build/block'))) .'
'; } }