Opened 15 years ago
Closed 14 years ago
#2219 closed defect (bug) (fixed)
in bp-core/bp-core-templatetags.php - bp_get_signup_avatar passes two differently formatted img strings
Reported by: | transom | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Activity | Keywords: | avatar, templatetags, gravatar |
Cc: |
Description
on lines 1204/1206
there is apply_filters('bp_get_signup_avatar', "<img....")
on line 1204 - the filter closes in the middle of the img tag (with the size, alt tags outside the filter)
on line 1206 - the filter uses be_core_fetch_avatar as the element being filters (a complete img tag)
This makes it harder than it has to be to operate on the filter. Moving the right paren of the filter on line 1204 to the end should be the equivalent operation
Change History (2)
Note: See
TracTickets for help on using
tickets.
possibly related ticket:
http://trac.buddypress.org/ticket/2183