summaryrefslogtreecommitdiff
path: root/modules/drupal
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-28 21:32:51 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-28 21:32:51 +0000
commite19845cb17c597f4e335d7e4d9e5673d443f6761 (patch)
tree30a10b2535da863115297fa4cd1231b7af1e063f /modules/drupal
parentfe77e77431ce9b8afcfc733c2831ae5ef3cbd1f8 (diff)
downloadbrdo-e19845cb17c597f4e335d7e4d9e5673d443f6761.tar.gz
brdo-e19845cb17c597f4e335d7e4d9e5673d443f6761.tar.bz2
- Patch #47842 by markus/webchick: help text improvement.
Diffstat (limited to 'modules/drupal')
-rw-r--r--modules/drupal/drupal.module5
1 files changed, 2 insertions, 3 deletions
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 = '<p>'. 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.') .'</p>';
@@ -21,9 +20,9 @@ function drupal_help($section) {
<li>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</li>
<li>enable other sites to register with your site</li>
<li>allow members on all sites using the Drupal module to log in to your site without registering using their distributed identification</li>
- <li>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: <em>username@%base_url</em></li>
+ <li>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: <em>username@example.com</em></li>
</ul>
-', array('%base_url' => $base_url));
+');
$output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>';
$output .= t('<p>You can</p>
<ul>