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: |
|
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.
Note: See
TracTickets for help on using
tickets.
This seems somewhat expected to me.