Opened 13 years ago
Closed 13 years ago
#3953 closed defect (bug) (no action required)
body_class 404 error
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
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.