Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/03/2011 09:03:41 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Add bp-pages admin interface for all components. Rename bp-pages related functions to match existing nomenclature. Introduce 'has_directory' variable in BP_Component class to assist in pairing page slugs to component directories. Set 'path' variable in components that were missing them. Clean up white space where tabs were used instead of spaces. See #3428. Props boonebgorges.

File:
1 edited

Legend:

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

    r4905 r4920  
    918918            foreach( (array) $results as $field ) {
    919919                $profile_data[$field->field_name] = array(
    920                     'field_group_id'    => $field->field_group_id,
    921                     'field_group_name'  => $field->field_group_name,
    922                     'field_id'          => $field->field_id,
    923                     'field_type'        => $field->field_type,
    924                     'field_data'        => $field->field_data
     920                    'field_group_id'   => $field->field_group_id,
     921                    'field_group_name' => $field->field_group_name,
     922                    'field_id'         => $field->field_id,
     923                    'field_type'       => $field->field_type,
     924                    'field_data'       => $field->field_data
    925925                );
    926926            }
Note: See TracChangeset for help on using the changeset viewer.