@@ -2382,8 +2382,6 @@ function user_help($path, $arg) {
...
@@ -2382,8 +2382,6 @@ function user_help($path, $arg) {
$output.='<p>'.t('A visitor accessing your website is assigned a unique ID, or session ID, which is stored in a cookie. The cookie does not contain personal information, but acts as a key to retrieve information from your site. Users should have cookies enabled in their web browser when using your site.').'</p>';
$output.='<p>'.t('A visitor accessing your website is assigned a unique ID, or session ID, which is stored in a cookie. The cookie does not contain personal information, but acts as a key to retrieve information from your site. Users should have cookies enabled in their web browser when using your site.').'</p>';
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@user">User module</a>.',array('@user'=>'http://drupal.org/handbook/modules/user/')).'</p>';
$output.='<p>'.t('For more information, see the online handbook entry for <a href="@user">User module</a>.',array('@user'=>'http://drupal.org/handbook/modules/user/')).'</p>';
return$output;
return$output;
case'admin/user/user':
return'<p>'.t('Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.').'</p>';
case'admin/user/user/create':
case'admin/user/user/create':
case'admin/user/user/account/create':
case'admin/user/user/account/create':
return'<p>'.t("This web page allows administrators to register new users. Users' e-mail addresses and usernames must be unique.").'</p>';
return'<p>'.t("This web page allows administrators to register new users. Users' e-mail addresses and usernames must be unique.").'</p>';