From c40635818a3a5435fa054513ffb2cd6bed17d05a Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Fri, 20 May 2011 17:28:06 -0400 Subject: [PATCH] Issue #401266 by pillarsdotnet: Remove documentation from user_mail_tokens(). --- modules/user/user.module | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/user/user.module b/modules/user/user.module index a4dfe773ebe85e8b24306c44e697e8a672b49633..ac21c0816dae7a60f68004de30fdadc95c5af24b 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2106,15 +2106,9 @@ function theme_user_signature($signature) { } /** - * Return an array of token to value mappings for user e-mail messages. + * Token callback to add unsafe tokens for user mails. * - * @param $account - * The user object of the account being notified. Must contain at - * least the fields 'uid', 'name', and 'mail'. - * @param $language - * Language object to generate the tokens with. - * @return - * Array of mappings from token names to values (for use with strtr()). + * @see user_mail() */ function user_mail_tokens($account, $language) { global $base_url; -- 1.7.4.1