Skip to:
Content

BuddyPress.org

Changeset 1209 for trunk/bp-xprofile.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-xprofile.php

    r1174 r1209  
    161161    $bp->profile->format_activity_function = 'xprofile_format_activity';
    162162    $bp->profile->format_notification_function = 'xprofile_format_notifications';
    163     $bp->profile->image_base = site_url( MUPLUGINDIR . '/bp-xprofile/images' );
     163    $bp->profile->image_base = WPMU_PLUGIN_URL . '/bp-xprofile/images';
    164164    $bp->profile->slug = BP_XPROFILE_SLUG;
    165165
Note: See TracChangeset for help on using the changeset viewer.