#3613 closed defect (bug) (fixed)
widget-members.js is being loaded unnecessarily in the WP dashboardin
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.1 |
| Component: | Administration | Version: | 1.2 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
We should add a check for is_admin(); I don't think we are causing any possible jQuery conflicts but this should be addressed in case.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good idea. Should check
is_admin() || is_network_admin().Are we including non-destructive performance enhancements like this in point-point releases? This one seems harmless enough IMO.