#943056 by Dave Reid: Fixed Incorrect capitalization of 'URL' in description of [user:edit-url] token

merge-requests/26/head
Angie Byron 2010-10-16 20:09:17 +00:00
parent ab190206e7
commit da568f2a3e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function user_token_info() {
);
$user['edit-url'] = array(
'name' => t("Edit URL"),
'description' => t("The url of the account edit page."),
'description' => t("The URL of the account edit page."),
);
$user['last-login'] = array(