Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/15/2009 07:43:18 AM (17 years ago)
Author:
apeatling
Message:

Removed all references to deprecated MUPLUGINDIR and replaced with WPMU_PLUGIN_DIR and WPMU_PLUGIN_URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r1196 r1209  
    1111    /* Include the javascript needed for activated widgets only */
    1212    if ( is_active_widget( 'groups_widget_groups_list' ) )
    13         wp_enqueue_script( 'groups_widget_groups_list-js', site_url( MUPLUGINDIR . '/bp-groups/js/widget-groups.js' ), array('jquery', 'jquery-livequery-pack') );     
     13        wp_enqueue_script( 'groups_widget_groups_list-js', WPMU_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery', 'jquery-livequery-pack') );     
    1414}
    1515add_action( 'plugins_loaded', 'groups_register_widgets' );
Note: See TracChangeset for help on using the changeset viewer.