Posted by sirkitree on February 18, 2008 at 7:36pm
Jump to:
| Project: | Token |
| Version: | 5.x-1.10 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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");
?>
Comments
#1
sorry, had the wrong version checked out.