From b12a25d24f68d7bfb44240cd84dcfc54c17e3009 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 6 Dec 2009 16:59:14 +0000 Subject: #632820 follow-up by arianek: Add missing link to node.module help. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/node/node.module b/modules/node/node.module index 9692a3bed..8561fcb11 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -88,7 +88,7 @@ function node_help($path, $arg) { $output .= '
' . t('Creating content') . '
'; $output .= '
' . t('When new content is created, the Node module records basic information about the content, including the author, date of creation, and the Content type. It also manages the publishing options, which define whether or not the content is published, promoted to the front page of the site, and/or sticky at the top of content lists. Default settings can be configured for each type of content on your site.', array('@content-type' => url('admin/structure/types'))) . '
'; $output .= '
' . t('Creating custom content types') . '
'; - $output .= '
' . t('The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types allows you the flexibility to add fields and configure default settings that suit the differing needs of various site content.', array('@field' => url('admin/help/field'))) . '
'; + $output .= '
' . t('The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types allows you the flexibility to add fields and configure default settings that suit the differing needs of various site content.', array('@content-new' => url('admin/structure/types/add'), '@field' => url('admin/help/field'))) . '
'; $output .= '
' . t('Administering content') . '
'; $output .= '
' . t('The Content administration page allows you to review and bulk manage your site content.', array('@content' => url('admin/content'))) . '
'; $output .= '
' . t('Creating revisions') . '
'; -- cgit v1.2.3