From a8b8c247db070d96a663ab8bb57a40ead173300a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Jan 2004 20:31:26 +0000 Subject: - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. --- 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 eca4a3e75..adf8af224 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:", 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:", array("%edit" => url("user/edit"))); break; } return $output; -- cgit v1.2.3