Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/09/2008 04:37:49 AM (17 years ago)
Author:
apeatling
Message:
  • Moved all group pages to the root, rather than using a member URL
  • Introduced groupmeta support - groups_update_groupmeta / groups_delete_groupmeta / groups_get_groupmeta
  • Added widgets for site wide activity and who's online
  • Updated home theme to support display of new BuddyPress widgets
  • Added site wide activity feed support
  • Fixed bug where ajax functions would only work when logged in
  • Various other bug fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r359 r375  
    991991            $this->user_id = $profiledata->user_id;
    992992            $this->field_id = $profiledata->field_id;
    993             $this->value = $profiledata->value;
     993            $this->value = stripslashes($profiledata->value);
    994994            $this->last_updated = $profiledata->last_updated;
    995995        }
Note: See TracChangeset for help on using the changeset viewer.