Skip to:
Content

BuddyPress.org

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

    r1162 r1209  
    112112    $bp->messages->format_activity_function = 'messages_format_activity';
    113113    $bp->messages->format_notification_function = 'messages_format_notifications';
    114     $bp->messages->image_base = site_url( MUPLUGINDIR . '/bp-messages/images' );
     114    $bp->messages->image_base = WPMU_PLUGIN_URL . '/bp-messages/images';
    115115    $bp->messages->slug = BP_MESSAGES_SLUG;
    116116
Note: See TracChangeset for help on using the changeset viewer.