Skip to:
Content

BuddyPress.org

Changeset 805 for trunk/bp-friends.php


Ignore:
Timestamp:
12/23/2008 02:53:18 AM (16 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-friends.php

    r801 r805  
    6060    $bp['friends'] = array(
    6161        'table_name' => $wpdb->base_prefix . 'bp_friends',
    62         'image_base' => site_url() . '/wp-content/mu-plugins/bp-friends/images',
     62        'image_base' => site_url( MUPLUGINDIR . '/bp-friends/images' ),
    6363        'format_activity_function' => 'friends_format_activity',
    6464        'slug'       => 'friends'
Note: See TracChangeset for help on using the changeset viewer.