Opened 9 years ago
Closed 9 years ago
#2877 closed defect (bug) (fixed)
broken dependency in bbpress-functions when enqueuing user.js
Reported by: | tharsheblows | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Component - Users | 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.
remover user-query dependence from js/user.js