#8483 closed defect (bug) (fixed)
Xprofile Signup tab description has tag mismatch
Reported by: | sbrajesh | Owned by: | imath |
---|---|---|---|
Milestone: | 9.0.0 | Priority: | normal |
Severity: | normal | Version: | 8.0.0 |
Component: | Extended Profile | 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.
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.