diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:14:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:14:19 +0000 |
commit | b004f328eec10308fe3b310c640d5f376241f4cd (patch) | |
tree | f92bde5cb09039f947505b35ef68134a409f83c6 /modules/drupal/drupal.module | |
parent | e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (diff) | |
download | brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.gz brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.bz2 |
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Diffstat (limited to 'modules/drupal/drupal.module')
-rw-r--r-- | modules/drupal/drupal.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 4f5921dd4..416fc49fb 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -22,13 +22,6 @@ function drupal_help($section) { </ul> '); $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> - <li>run your cron job at your site\'s <a href="@file-cron">cron page</a></li> - <li>view your <a href="@file-xmlrpc">XML-RPC page</a>.</li> - <li>administer Drupal <a href="@admin-settings-drupal">administer >> site configuration >> distributed authentication</a>.</li> -</ul> -', array('@file-cron' => 'cron.php', '@file-xmlrpc' => 'xmlrpc.php', '@admin-settings-drupal' => url('admin/settings/distributed-authentication'))); $output .= '<p>'. t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions: <ul> <li>Enable the page module. Select create content >> page.</li> |