Skip to:
Content

BuddyPress.org

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

    r1163 r1209  
    153153    $bp->activity->table_name_sitewide = $wpdb->base_prefix . 'bp_activity_sitewide';
    154154   
    155     $bp->activity->image_base = site_url( MUPLUGINDIR . '/bp-activity/images' );
     155    $bp->activity->image_base = WPMU_PLUGIN_URL . '/bp-activity/images';
    156156    $bp->activity->slug = BP_ACTIVITY_SLUG;
    157157   
Note: See TracChangeset for help on using the changeset viewer.