Skip to:
Content

BuddyPress.org

Changeset 1209 for trunk/bp-groups.php


Ignore:
Timestamp:
03/15/2009 07:43:18 AM (16 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.php

    r1202 r1209  
    134134    $bp->groups->table_name_members = $wpdb->base_prefix . 'bp_groups_members';
    135135    $bp->groups->table_name_groupmeta = $wpdb->base_prefix . 'bp_groups_groupmeta';
    136     $bp->groups->image_base = site_url( MUPLUGINDIR . '/bp-groups/images' );
     136    $bp->groups->image_base = WPMU_PLUGIN_URL . '/bp-groups/images';
    137137    $bp->groups->format_activity_function = 'groups_format_activity';
    138138    $bp->groups->format_notification_function = 'groups_format_notifications';
Note: See TracChangeset for help on using the changeset viewer.