#8483 closed defect (bug) (fixed)
Xprofile Signup tab description has tag mismatch
| Reported by: | sbrajesh | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 9.0.0 |
| Component: | Extended Profile | Version: | 8.0.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The newly introduced signup fields screen in BuddyPress 8.0 has a tag mismatch for description in bp-xprofile-admin.php line 325. Instead of closing the paragraph tag, the closing tag is for anchor.
<p class="description"><?php esc_html_e( 'Drag fields from other groups and drop them on the above tab to include them into your registration form.', 'buddypress' ); ?></a>
Please update and use the paragraph tag for closing.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @sbrajesh
Thanks a lot for your ticket, too bad it was posted like 30 seconds after I've deployed 8.0.0 on WordPress.org Plugins directory 😬.
We'll fix it asap.