diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-07-14 21:35:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-07-14 21:35:59 +0000 |
commit | b66c616b8a927c6111c50fb571a7b5ad044bb698 (patch) | |
tree | 0d0dec870eb0c3b575d4ceb6a637747e8dbbd793 | |
parent | 3c374a3ef2f4636d6f1843fd0c62b2635fe58b18 (diff) | |
download | brdo-b66c616b8a927c6111c50fb571a7b5ad044bb698.tar.gz brdo-b66c616b8a927c6111c50fb571a7b5ad044bb698.tar.bz2 |
- Some documentation fixes as per Charlie's suggestion: bug #2260.
-rw-r--r-- | modules/profile.module | 2 | ||||
-rw-r--r-- | modules/profile/profile.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile.module b/modules/profile.module index 1a6da5199..cb6dfb145 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -38,7 +38,7 @@ function _profile_init() { function profile_system($field) { $system["description"] = t("Support for configurable user profiles."); - $system["admin_help"] = t("When a user creates an account you can ask them to give you some extra information about themselves, as well as letting them use a small picture, called an avatar.<br />Notes:<ul><li>In order for a user to <i>enter</i> information you <b>MUST</b> check \"enable\".</li><li>In order for other people too see the entered information you must make it \"public\"</li><li>If an item is \"public\" but not enabled then the user can never give it a value and it will never been seen. Public does <b>not</b> imply \"enable\"</li><li>If an item is enabled, but not shown in the registration form the a user will have to ". l("edit their account", "user/edit") ." to place information in the field.</ul>"); + $system["admin_help"] = t("When a user creates an account you can ask them to give you some extra information about themselves, as well as letting them use a small picture, called an avatar.<br />Notes:<ul><li>In order for a user to enter information you <b>must</b> check \"enable\".</li><li>In order for other people too see the entered information you must make it \"public\".</li><li>If an item is \"public\", but not enabled, the user can never give it a value and it will never be seen. Public does <b>not</b> imply \"enable\".</li><li>If an item is enabled, but not shown in the registration form the user will have to ". l("edit their account", "user/edit") ." to place information in the field.</ul>"); return $system[$field]; } diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 1a6da5199..cb6dfb145 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -38,7 +38,7 @@ function _profile_init() { function profile_system($field) { $system["description"] = t("Support for configurable user profiles."); - $system["admin_help"] = t("When a user creates an account you can ask them to give you some extra information about themselves, as well as letting them use a small picture, called an avatar.<br />Notes:<ul><li>In order for a user to <i>enter</i> information you <b>MUST</b> check \"enable\".</li><li>In order for other people too see the entered information you must make it \"public\"</li><li>If an item is \"public\" but not enabled then the user can never give it a value and it will never been seen. Public does <b>not</b> imply \"enable\"</li><li>If an item is enabled, but not shown in the registration form the a user will have to ". l("edit their account", "user/edit") ." to place information in the field.</ul>"); + $system["admin_help"] = t("When a user creates an account you can ask them to give you some extra information about themselves, as well as letting them use a small picture, called an avatar.<br />Notes:<ul><li>In order for a user to enter information you <b>must</b> check \"enable\".</li><li>In order for other people too see the entered information you must make it \"public\".</li><li>If an item is \"public\", but not enabled, the user can never give it a value and it will never be seen. Public does <b>not</b> imply \"enable\".</li><li>If an item is enabled, but not shown in the registration form the user will have to ". l("edit their account", "user/edit") ." to place information in the field.</ul>"); return $system[$field]; } |