#2545 closed defect (bug) (fixed)
$wp_query->is_single and $wp_query->is_singular set to false on user templates
Reported by: | Mat Lipe | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Tools - Code Improvements | Keywords: | has-patch |
Cc: |
Description
bbp_is_single_user(), the $wp_query->is_single and $wp_query->is_singular remains set to false. This does not affect the output generation of the bbpress however it affects theme's checks for is_singular() etc. |
I noticed it on the Genesis theme in particular because it outputs the excerpt() when something is !is_singular()
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch showing quick fix