unencapsulated white space token_user.inc
sirkitree - February 18, 2008 - 19:36
| Project: | Token |
| Version: | 5.x-1.10 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
line: 40
<?php
$tokens['user']['[reg-date]'] = t("User's registration date');
?>Need to put the double quote at the end.
<?php
$tokens['user']['[reg-date]'] = t("User's registration date");
?>
#1
sorry, had the wrong version checked out.