Changes from trunk/bp-groups/bp-groups-widgets.php at r4961 to branches/1.5/bp-groups/bp-groups-widgets.php at r5200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-groups/bp-groups-widgets.php
r4961 r5200 20 20 parent::__construct( false, __( 'Groups', 'buddypress' ), $widget_ops ); 21 21 22 if ( is_active_widget( false, false, $this->id_base ) ) {22 if ( is_active_widget( false, false, $this->id_base ) && !is_admin() && !is_network_admin() ) { 23 23 if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) 24 24 wp_enqueue_script( 'groups_widget_groups_list-js', BP_PLUGIN_URL . '/bp-groups/js/widget-groups.dev.js', array( 'jquery' ) );
Note: See TracChangeset
for help on using the changeset viewer.