Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3953 closed defect (bug) (no action required)

body_class 404 error

Reported by: ninos-ego's profile Ninos Ego Owned by:
Milestone: Priority: normal
Severity: trivial Version:
Component: Core Keywords:
Cc:

Description

have forget this lines in the bp-core/bp-core-template.php

if ( is_404() )
$bp_classes[] = 'error404';

newest trunk version 5646

Change History (1)

#1 @DJPaul
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

That is a class inserted by WordPress on 404 pages; we don't override those, just add to them. If I look at our test site on a page which doesn't exist, e.g. http://testbp.org/asasdsd, I see 'error404' in <body>.

If you open a support post on http://buddypress.org/, we can try to figure out why it's not showing up for you. It may be because of a custom theme, plugin, or other customisation. If it turns out to be a bug in core, we can reopen this ticket.

Note: See TracTickets for help on using tickets.