#2516 closed defect (bug) (fixed)
Missing space in bp-themes/bp-default/registration/register.php
Reported by: | oferwald | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | trivial |
Severity: | Version: | ||
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
Hello
Line 209 of this file now reads:
<input type="submit"name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> →" />
Notice the missing space between type and name, this causes the transposh plugin to freak out (and I guess the page will fail w3c validation)
The line should read
<input type="submit" name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> →" />
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch based on oferwald's suggestion.
FYI, initial bug reported on the forums here:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/help-new-user-registration-not-working/