id summary reporter owner description type status priority milestone component version severity resolution keywords cc 3334 is_bbpress() should check if WordPress is initialized first r-a-y johnjamesjacoby "A fatal error will occur when attempting to use `is_bbpress()` before the main query is initialized. I ran into this when using the `is_bbpress()` function inside a filter that runs before and after the main query is executed. `is_bbpress()` should follow other similar WordPress conditional query functions like `is_archive()` so a fatal error does not occur. Attached is a patch that uses the same WP logic." defect (bug) closed normal 2.6.5 API 2.0 normal fixed has-patch