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/profile/profile.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/profile/profile.module')
-rw-r--r-- | modules/profile/profile.module | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module index c460aa626..4b00e4048 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -32,12 +32,6 @@ function profile_help($section) { <li>date</li> </ul> '); - $output .= t('<p>You can</p> -<ul> -<li>view user <a href="@profile">profiles</a>.</li> -<li>administer profile settings: <a href="@admin-settings-profile">administer >> user management >> profiles</a>.</li> -</ul> -', array('@profile' => url('profile'), '@admin-settings-profile' => url('admin/user/profile'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@profile">Profile page</a>.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'</p>'; return $output; case 'admin/user/profile': |