From 15ff8c8e32f6606ba73f765daa2b894ef88cd96c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 29 Jan 2006 07:50:45 +0000 Subject: - Patch #46827 by wulff: fixed incorrect links. --- modules/block/block.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/block') diff --git a/modules/block/block.module b/modules/block/block.module index 7d8824d55..a39a9fdf2 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -30,8 +30,8 @@ function block_help($section) { $output .= '

'. t('An administrator defined block contains content supplied by the administrator. Each admin-defined block consists of a title, a description, and a body which can be as long as you wish. The Drupal engine will render the content of the block.') .'

'; $output .= t('

You can

', array('%admin-block' => url('admin/block'), '%admin-block-add' => url('admin/block/add'))); $output .= '

'. t('For more information please read the configuration and customization handbook Block page.', array('%block' => 'http://www.drupal.org/handbook/modules/block/')) .'

'; -- cgit v1.2.3