From 3603fe1bd8e3370c0ae86b557f2a08c77fd48efb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Feb 2006 18:46:54 +0000 Subject: - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 1495f9f01..bb5700483 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -30,7 +30,7 @@ function node_help($section) {
  • administer nodes at administer >> settings >> content types.
  • ', array('%search' => url('search'), '%admin-settings-content-types' => url('admin/settings/content-types'))); - $output .= '

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

    '; + $output .= '

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

    '; return $output; case 'admin/modules#description': return t('Allows content to be submitted to the site and displayed on pages.'); @@ -1996,7 +1996,7 @@ function node_page_default() {

    The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

    Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.

    Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.

    -

    We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.

    ", array('%drupal' => 'http://www.drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin/settings'), '%modules' => url('admin/modules'), '%themes' => url('admin/themes'), '%handbook' => 'http://www.drupal.org/handbooks')); +

    We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.

    ", array('%drupal' => 'http://drupal.org/', '%register' => url('user/register'), '%admin' => url('admin'), '%config' => url('admin/settings'), '%modules' => url('admin/modules'), '%themes' => url('admin/themes'), '%handbook' => 'http://drupal.org/handbooks')); } return $output; -- cgit v1.2.3