#3613 closed defect (bug) (fixed)
widget-members.js is being loaded unnecessarily in the WP dashboardin
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.5.1 | Priority: | normal |
| Severity: | trivial | Version: | 1.2 |
| Component: | Administration | 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.
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.