Opened 4 years ago
Closed 3 years ago
#8337 closed defect (bug) (fixed)
Avatar url is wrongly escaped in "what's new form"
Reported by: | hz_i3 | Owned by: | imath |
---|---|---|---|
Milestone: | 8.0.0 | Priority: | normal |
Severity: | normal | Version: | 6.1.0 |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
To reproduce the problem:
Turn on "show avatar" of WordPress on "/wp-admin/options-discussion.php"
Change "Default Avatar" to "Retro (Generated)"
Create a new user without no avatar
Log in with that user
Go to its member page
A Gravatar Logo is shown rather than a Retro style avatar
The problem is the url is escaped (seen from the screenshot)... If I replace "&" with "&", the Retro style avatar will show.
I tried to look into PHP source code (mainly the bp-nouveau directory) but I cannot find where it is escaped, maybe in JS code
Screenshot:
Hi @hz_i3
Thanks for your report and good catch about this issue. I'll commit the above fix asap.