#2500 closed defect (bug) (fixed)
Wrong action login_form placement in the template form-user-login.php
Reported by: | icu0755 | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.5.3 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | API - Actions/Filters | Keywords: | commit |
Cc: |
Description
If you have a look into the templates form-user-register.php and form-user-login.php you could see they are almost the same beside do_action placement.
I suggest to move <?php do_action( 'login_form' ); ?> out of the bbp-submit-wrapper in the next releases. That will help to have the same markup for these templates using the wordpress hooks system.
Please look at the original wordpress login/register forms.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Looks good to me. Run it!