Opened 13 years ago
Closed 13 years ago
#2361 closed defect (bug) (fixed)
Breadcrumbs 'include_current' argument doesn't work
| Reported by: | mrcl | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.4 |
| Component: | General | Version: | 2.3.2 |
| Severity: | minor | Keywords: | needs-patch |
| Cc: |
Description
On bbp_get_breadcrumb(), the include_current argument isn't working due to a improperly called variable, ignoring argument value set by the user and passing the default value instead.
On http://bbpress.trac.wordpress.org/browser/tags/2.3.2/includes/common/template-tags.php#L2280, where is $r['pre_current_text'], should be $r['current_text'].
I'm sorry, I'm new here. I tried to learn how to submit a patch, but I got confused.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 5005: