Changeset 2444 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 01/25/2010 12:32:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r2168 r2444 14 14 15 15 if ( is_active_widget( false, false, $this->id_base ) ) 16 wp_enqueue_script( 'groups_widget_groups_list-js', BP_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery' , 'jquery-livequery-pack') );16 wp_enqueue_script( 'groups_widget_groups_list-js', BP_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery') ); 17 17 } 18 18
Note: See TracChangeset
for help on using the changeset viewer.