#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Tools - Code Improvements | Version: | trunk |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch showing quick fix