Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#1448 closed defect (bug) (worksforme)

"my-activity" is added as CSS class on frontpage

Reported by: 21cdb Owned by:
Priority: major Milestone: 1.2
Component: Version:
Severity: 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

BP_ACTIVITY_SLUG == $bp->current_component && ( !$bp->current_action
'my-activity' == $bp->current_action

which is not the case when on frontpage.

Change History (1)

#1 @apeatling
17 years ago

  • Resolutionworksforme
  • Status newclosed

This doesn't seem to be the case anymore. Please reopen if you can still reproduce this.

Note: See TracTickets for help on using tickets.