diff --git a/modules/block.module b/modules/block.module index 7d8824d55a6..a39a9fdf28e 100644 --- a/modules/block.module +++ b/modules/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
'. t('For more information please read the configuration and customization handbook Block page.', array('%block' => 'http://www.drupal.org/handbook/modules/block/')) .'
'; diff --git a/modules/block/block.module b/modules/block/block.module index 7d8824d55a6..a39a9fdf28e 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
'. t('For more information please read the configuration and customization handbook Block page.', array('%block' => 'http://www.drupal.org/handbook/modules/block/')) .'
'; diff --git a/modules/book.module b/modules/book.module index f291562252a..9260c366aee 100644 --- a/modules/book.module +++ b/modules/book.module @@ -1017,11 +1017,11 @@ function book_help($section) {'. t('For more information please read the configuration and customization handbook Book page.', array('%book' => 'http://www.drupal.org/handbook/modules/book/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/book/book.module b/modules/book/book.module index f291562252a..9260c366aee 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -1017,11 +1017,11 @@ function book_help($section) {'. t('For more information please read the configuration and customization handbook Book page.', array('%book' => 'http://www.drupal.org/handbook/modules/book/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/menu.module b/modules/menu.module index 131e4144f51..178f64c5fe3 100644 --- a/modules/menu.module +++ b/modules/menu.module @@ -72,8 +72,8 @@ function menu_help($section) { '); $output .= t('You can
You can
You can
'. t('For more information please read the configuration and customization handbook Node page.', array('%node' => 'http://www.drupal.org/handbook/modules/node/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/node/node.module b/modules/node/node.module index 5dddec21886..63cc8b4b6a2 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -27,9 +27,9 @@ function node_help($section) { $output .= t('You can
'. t('For more information please read the configuration and customization handbook Node page.', array('%node' => 'http://www.drupal.org/handbook/modules/node/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/page.module b/modules/page.module index 92b5469b892..6f4deeb8824 100644 --- a/modules/page.module +++ b/modules/page.module @@ -22,9 +22,9 @@ function page_help($section) {'. t('For more information please read the configuration and customization handbook Page page.', array('%page' => 'http://www.drupal.org/handbook/modules/page/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/page/page.module b/modules/page/page.module index 92b5469b892..6f4deeb8824 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -22,9 +22,9 @@ function page_help($section) {'. t('For more information please read the configuration and customization handbook Page page.', array('%page' => 'http://www.drupal.org/handbook/modules/page/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/story.module b/modules/story.module index 5221db6d1c7..3692a491c24 100644 --- a/modules/story.module +++ b/modules/story.module @@ -17,9 +17,9 @@ function story_help($section) { $output .= t('You can
'. t('For more information please read the configuration and customization handbook Story page.', array('%story' => 'http://www.drupal.org/handbook/modules/story/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/story/story.module b/modules/story/story.module index 5221db6d1c7..3692a491c24 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -17,9 +17,9 @@ function story_help($section) { $output .= t('You can
'. t('For more information please read the configuration and customization handbook Story page.', array('%story' => 'http://www.drupal.org/handbook/modules/story/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 8a197c60df9..483724bbbdb 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -1206,8 +1206,8 @@ function taxonomy_help($section) { $output .= ''. t('A controlled vocabulary is a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each piece of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot\'s sections. For more complex implementations, you might create a hierarchical list of categories. ') .'
'; $output .= t('You can
'. t('A controlled vocabulary is a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each piece of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot\'s sections. For more complex implementations, you might create a hierarchical list of categories. ') .'
'; $output .= t('You can
You can
You can