Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2086 closed defect (bug) (fixed)

breadcrumbs not working on single reply

Reported by: lakrisgubben's profile lakrisgubben Owned by:
Milestone: 2.2.3 Priority: normal
Severity: normal Version: 2.2.2
Component: Component - Replies Keywords:
Cc:

Description

Seems to be a problem with is_single() on line 2005 in bbp2.2.2 (line http://bbpress.trac.wordpress.org/browser/trunk/includes/common/template-tags.php#L2054 in trunk) in bbpress/includes/common/template-tags.php that makes the breadcrumbs not outputting the parents when on a single reply view. If is_single() is changed to bbp_is_single_reply() it works.

Change History (4)

#1 @alexvorn2
11 years ago

  • Component changed from General to Replies

#2 @johnjamesjacoby
11 years ago

  • Milestone changed from Awaiting Review to 2.2.3

#3 @johnjamesjacoby
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4557]) Breadcrumbs:

  • Use is_singular() in bbp_get_breadcrumb().
  • Fixes issue where single reply trail would be incorrect.
  • Fixes #2086 (trunk)

#4 @johnjamesjacoby
11 years ago

(In [4558]) Breadcrumbs:

  • Use is_singular() in bbp_get_breadcrumb().
  • Fixes issue where single reply trail would be incorrect.
  • Fixes #2086 (2.2 branch)
Note: See TracTickets for help on using tickets.