Opened 15 years ago
Closed 15 years ago
#1448 closed defect (bug) (worksforme)
"my-activity" is added as CSS class on frontpage
Reported by: | 21cdb | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: | email@… |
Description
The CSS class "my-activity" is added to <body> when viewing the frontpage. According to bp-core-templatetags.php line 1363 this should only be applied when
'my-activity' == $bp->current_action |
which is not the case when on frontpage.
Note: See
TracTickets for help on using
tickets.
This doesn't seem to be the case anymore. Please reopen if you can still reproduce this.