Opened 15 years ago
Closed 15 years ago
#3011 closed defect (bug) (fixed)
Documentation Bug in /bp-core/bp-core-templatetags.php
| Reported by: | LanceHudson | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.5 |
| Component: | Core | Version: | 1.2.6 |
| Severity: | Keywords: | ||
| Cc: |
Description
The function bp_get_displayed_user_nav description says it uses the $bp->bp_users_nav global. Unless I am missing something it actually uses the $bp->bp_nav global. trunk/bp-core/bp-core-templatetags.php@3728#L539
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
True. $bp->bp_users_nav was only used in BP 1.0. Function needs a bit of a rewrite in general terms, but I'll put this patch in.