Opened 11 years ago
Closed 11 years ago
#2877 closed defect (bug) (fixed)
broken dependency in bbpress-functions when enqueuing user.js
| Reported by: | tharsheblows | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Component - Users | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
In bbpress-functions.php in the default template, I'm getting a broken dependency warning when user.js is enqueued -- it's trying to get user-query which doesn't seem to be registered.
It's a typo, I think, and introduced here [5183] (line 209). You can see the original version [5172] (line 209) doesn't have any dependencies and it doesn't look like it needs anything, user.js is just a few lines long.
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)
remover user-query dependence from js/user.js