#75 closed defect (bug) (fixed)
Another </div> needed in bp-xprofile-signup.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | minor | |
| Severity: | Version: | ||
| Component: | Keywords: | ||
| Cc: |
Description
The wp-signup.php opens and closes with 2 <div> containers and the xprofile-signup is only closing one </div> on lines:
214, 247, 258
Just add another </div> to: echo '</div>';
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed, thanks.