Making WordPress.org

Opened 3 hours ago

Closed 3 hours ago

#8127 closed enhancement (invalid)

Incorrect hyperlink in the “Sponsored” section on the Edit Profile page

Reported by: praful2111's profile praful2111 Owned by:
Milestone: Priority: normal
Component: Profiles Keywords:
Cc:

Description

Description

On the Edit Profile page under the Sponsored section, the entire sentence is hyperlinked instead of just the Make.WordPress.org text.

Steps to Reproduce

Go to Edit Profile → Sponsored section

Scroll to the Sponsored section.

Notice the full sentence is linked instead of only Make.WordPress.org.

Current Markup

<p> Sponsored by <a href="https://make.wordpress.org/">a Make.WordPress.org team</a> </p>

Expected Markup

<p> Sponsored by <a href="https://make.wordpress.org/">Make.WordPress.org</a> team </p>

Expected Result

Only Make.WordPress.org should be linked to make.wordpress.org.

Change History (1)

#1 @dd32
3 hours ago

  • Resolution set to invalid
  • Status changed from new to closed

This seems somewhat expected to me.

Note: See TracTickets for help on using tickets.