From 4fb8e143a321f0fd689db87162cecfae029b0f24 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 26 Mar 2012 11:28:49 -0700 Subject: Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages --- modules/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 132e43889..a7ce0116c 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -33,7 +33,7 @@ function profile_help($path, $arg) { case 'admin/help#profile': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Profile module allows site administrators to define custom fields (such as country, full name, or age) for user profiles, which are then displayed in the My Account section. This permits users of a site to share more information about themselves, and can help community-based sites organize users around specific information. For more information, see the online handbook entry for Profile module.', array('@user' => url('user'), '@profile' => 'http://drupal.org/handbook/modules/profile/')) . '

'; + $output .= '

' . t('The Profile module allows site administrators to define custom fields (such as country, full name, or age) for user profiles, which are then displayed in the My Account section. This permits users of a site to share more information about themselves, and can help community-based sites organize users around specific information. For more information, see the online handbook entry for Profile module.', array('@user' => url('user'), '@profile' => 'http://drupal.org/documentation/modules/profile/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Adding fields to the default profile') . '
'; -- cgit v1.2.3