From 80f34e5ab0c7b08e409fad2c6d148fa933423ce3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Dec 2003 17:14:27 +0000 Subject: - XHTML improvements: -> . Patch by Stefan. --- modules/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index b91eb5d29..eca4a3e75 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -45,7 +45,7 @@ function profile_help($section) { $output = t("Support for configurable user profiles."); break; case 'admin/system/modules/profile': - $output = t("When a user creates an account you can ask for some extra information, as well as letting the user have a small picture, called an avatar.
Notes:
  • In order for a user to enter information you must check \"enable\".
  • In order for other people too see the entered information you must make it \"public\".
  • If an item is \"public\", but not enabled, the user can never give it a value and it will never be seen. Public does not imply \"enable\".
  • If an item is enabled, but not shown in the registration form the user will have to %edit to place information in the field.
", array("%edit" => l(t("edit their account"), "user/edit"))); + $output = t("When a user creates an account you can ask for some extra information, as well as letting the user have a small picture, called an avatar.
Notes:
  • In order for a user to enter information you must check \"enable\".
  • In order for other people too see the entered information you must make it \"public\".
  • If an item is \"public\", but not enabled, the user can never give it a value and it will never be seen. Public does not imply \"enable\".
  • If an item is enabled, but not shown in the registration form the user will have to %edit to place information in the field.
", array("%edit" => l(t("edit their account"), "user/edit"))); break; } return $output; -- cgit v1.2.3