Skip to:
Content

BuddyPress.org

Changeset 1209 for trunk/bp-friends.php


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-friends.php

    r1162 r1209  
    6767   
    6868    $bp->friends->table_name = $wpdb->base_prefix . 'bp_friends';
    69     $bp->friends->image_base = site_url( MUPLUGINDIR . '/bp-friends/images' );
     69    $bp->friends->image_base = WPMU_PLUGIN_URL . '/bp-friends/images';
    7070    $bp->friends->format_activity_function = 'friends_format_activity';
    7171    $bp->friends->format_notification_function = 'friends_format_notifications';
Note: See TracChangeset for help on using the changeset viewer.