Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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.

Change History (4)

#1 @boonebgorges
15 years ago

  • Milestone Awaiting Review1.5.1
  • Version1.2

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.

#2 @boonebgorges
15 years ago

  • Severity normaltrivial

#3 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [5199]) Don't enqueue members or groups widget JS on the Dashboard or Network Admin. Fixes #3613

#4 @boonebgorges
15 years ago

(In [5200]) Don't enqueue members or groups widget JS on the Dashboard or Network Admin. Fixes #3613

Note: See TracTickets for help on using tickets.