#8586 closed defect (bug) (fixed)
Extra double quote inside a tag of the xProfile Admin
Reported by: | josett225 | Owned by: | imath |
---|---|---|---|
Milestone: | 9.2.0 | Priority: | normal |
Severity: | normal | Version: | 8.0.0 |
Component: | Extended Profile | Keywords: | has-patch commit |
Cc: |
Description
This is a follow-up to #8483.
Hi there, not sure this has been fixed as I found 2 errors in the code of bp-xprofile-admin.php version 9.9.1 . A double quote ending the id="tabs-signup-group" ans still the </a> issue.
<div id="tabs-signup-group"" class="tab-wrapper">
<div class="tab-toolbar">
<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>
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Hi @josett225
Thanks a lot for your feedback. I agree about the double quote : I'll fix it asap.
But if you look at the code of our development version (trunk) and of the 9.1.1 tag, the wrong use of
</a>
instead of</p>
has been fixed in [12968].trunk
https://buddypress.trac.wordpress.org/browser/trunk/src/bp-xprofile/bp-xprofile-admin.php#L312
9.1.1
https://buddypress.trac.wordpress.org/browser/tags/9.1.1/src/bp-xprofile/bp-xprofile-admin.php#L312