Changeset 1250 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 03/25/2009 04:01:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r1244 r1250 10 10 11 11 /* Include the javascript needed for activated widgets only */ 12 if ( is_active_widget( 'groups_widget_groups_list' ) ) 12 if ( is_active_widget( 'groups_widget_groups_list' ) ) { 13 13 wp_enqueue_script( 'groups_widget_groups_list-js', WPMU_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery', 'jquery-livequery-pack') ); 14 wp_enqueue_style( 'groups_widget_members-css', WPMU_PLUGIN_URL . '/bp-groups/css/widget-groups.css' ); 15 } 14 16 } 15 17 add_action( 'plugins_loaded', 'groups_register_widgets' );
Note: See TracChangeset
for help on using the changeset viewer.