Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 3 years ago

Last modified 3 years ago

#8483 closed defect (bug) (fixed)

Xprofile Signup tab description has tag mismatch

Reported by: sbrajesh's profile sbrajesh Owned by: imath's profile 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)

8483.diff (892 bytes) - added by sbrajesh 4 years ago.

Download all attachments as: .zip

Change History (6)

@sbrajesh
4 years ago

#1 @imath
4 years ago

  • Milestone changed from Awaiting Review to 8.1.0

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.

#2 @sbrajesh
4 years ago

Thank you @imath
I am sorry, should have posted a bit earlier.

Thank you for considering the fix.

#3 @imath
3 years ago

In 12968:

Fix a paragraph mismatching closing tag in xProfile Fields Admin

The Signup Fields tab description was wrongly using </a> instead of </p>.

Props sbrajesh

See #8483 (trunk)

#4 @imath
3 years ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 12969:

Fix a paragraph mismatching closing tag in xProfile Fields Admin

The Signup Fields tab description was wrongly using </a> instead of </p>.

Props sbrajesh

Fixes #8483 (branch 8.0)

#5 @imath
3 years ago

  • Milestone changed from 8.1.0 to 9.0.0

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.