Opened 10 months ago
Closed 10 months ago
#9023 closed defect (bug) (fixed)
BP Nouveau: improve cover image header's action button consistency
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 12.0.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
So far action buttons are wrapped inside an <ul>
container which is fine as long as you don't click on the friendship button. When you do so the <li>
element is replaced with a <div>
element once the Ajax action is achieved. To preserve well formed tags we should use the same way the regular member header displays these action buttons (wrapped into a <div>
container.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Wrap the cover member header's action buttons into a
<div>
.Trac ticket: https://buddypress.trac.wordpress.org/ticket/9023