#669 closed defect (fixed)
register-success.php: printf() not displaying username
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.3 |
| Component: | Front-end | Version: | 0.8.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This line in kakumei's register-success.php (line 5 :P) is apparently just returning "Your registration as was successful." See http://bbpress.org/forums/topic/as-was
<p><?php printf(__('Your registration as <strong>%s</strong> was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?></p>
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [870]) globalize $user_login and friends for register-success template. Fixes #669