From e19845cb17c597f4e335d7e4d9e5673d443f6761 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Feb 2006 21:32:51 +0000 Subject: - Patch #47842 by markus/webchick: help text improvement. --- modules/drupal/drupal.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/drupal/drupal.module') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index f921999fa..e1566f091 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -12,7 +12,6 @@ define('VERSION', '4.7.0'); * Implementation of hook_help(). */ function drupal_help($section) { - global $base_url; switch ($section) { case 'admin/help#drupal': $output = '

'. t('The Drupal module uses the XML-RPC network communication protocol to connect your site with a central server that maintains a directory of client sites.') .'

'; @@ -21,9 +20,9 @@ function drupal_help($section) {
  • register your site with a server, including (optionally) posting information on your installed modules and themes and summary statistics on your number of posts and users, information that can help rank Drupal modules and themes
  • enable other sites to register with your site
  • allow members on all sites using the Drupal module to log in to your site without registering using their distributed identification
  • -
  • allow members to log in to any other site that uses the Drupal module, using a login name that looks much like an e-mail address for your site: username@%base_url
  • +
  • allow members to log in to any other site that uses the Drupal module, using a login name that looks much like an e-mail address: username@example.com
  • -', array('%base_url' => $base_url)); +'); $output .= '

    '. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'

    '; $output .= t('

    You can