Skip to:
Content

BuddyPress.org

Changeset 56 for trunk/bp-xprofile.php


Ignore:
Timestamp:
05/03/2008 01:16:23 AM (18 years ago)
Author:
apeatling
Message:

Complete re-write of messaging component. Added profile avatar integration, new threaded conversation style messaging, better TinyMCE support, new mailbox interfaces, WP2.5 speech bubble message count support. Please see Trac for known bugs and features left to add.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r53 r56  
    66$bp_xprofile_table_name_data   = $wpdb->base_prefix . 'bp_xprofile_data';
    77
    8 $image_base             = get_option('siteurl') . '/wp-content/mu-plugins/bp-xprofile/images';
     8$image_base = get_option('siteurl') . '/wp-content/mu-plugins/bp-xprofile/images';
    99
    1010require_once( 'bp-xprofile/bp-xprofile-classes.php' );
Note: See TracChangeset for help on using the changeset viewer.