Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3613 closed defect (bug) (fixed)

widget-members.js is being loaded unnecessarily in the WP dashboardin

Reported by: djpaul's profile DJPaul 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.

Change History (4)

#1 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.5.1
  • Version set to 1.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
13 years ago

  • Severity changed from normal to trivial

#3 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#4 @boonebgorges
13 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.