Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2628 closed enhancement (fixed)

bp_profile_field_data

Reported by: lph2005's profile LPH2005 Owned by:
Milestone: 1.2.6 Priority: normal
Severity: Version:
Component: Core Keywords: templates
Cc:

Description

http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_profile_field_data/

Using bp_profile_field_data( 'field=Membership' ) returns a serialised array. Is there a way to tidy this up?

Change History (2)

#1 @johnjamesjacoby
14 years ago

What would you like it to return? We could run the result through maybe_unserialize, which would then return a string or an array?

#2 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in branch. Added maybe_unserialize and removed any duplicate checks for it elsewhere.

Note: See TracTickets for help on using tickets.