Skip to:
Content

BuddyPress.org

Changeset 805 for trunk/bp-activity.php


Ignore:
Timestamp:
12/23/2008 02:53:18 AM (17 years ago)
Author:
apeatling
Message:

Replaced hard coded reference to /wp-content/mu-plugins to constant: MUPLUGINDIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r801 r805  
    146146        'table_name_sitewide' => $wpdb->base_prefix . 'bp_activity_sitewide',
    147147       
    148         'image_base' => site_url() . '/wp-content/mu-plugins/bp-activity/images',
     148        'image_base' => site_url( MUPLUGINDIR . '/bp-activity/images' ),
    149149        'slug'       => 'activity'
    150150    );
Note: See TracChangeset for help on using the changeset viewer.