Skip to:
Content

BuddyPress.org

Changeset 7420


Ignore:
Timestamp:
10/11/2013 06:36:09 PM (12 years ago)
Author:
boonebgorges
Message:

Whitespace

File:
1 edited

Legend:

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

    r7419 r7420  
    510510        global $wpdb, $bp;
    511511
    512         $this->group_id    = apply_filters( 'xprofile_field_group_id_before_save',    $this->group_id,    $this->id );
     512        $this->group_id    = apply_filters( 'xprofile_field_group_id_before_save',    $this->group_id,    $this->id );
    513513        $this->parent_id   = apply_filters( 'xprofile_field_parent_id_before_save',   $this->parent_id,   $this->id );
    514         $this->type        = apply_filters( 'xprofile_field_type_before_save',        $this->type,        $this->id );
    515         $this->name        = apply_filters( 'xprofile_field_name_before_save',        $this->name,        $this->id );
     514        $this->type        = apply_filters( 'xprofile_field_type_before_save',        $this->type,        $this->id );
     515        $this->name        = apply_filters( 'xprofile_field_name_before_save',        $this->name,        $this->id );
    516516        $this->description = apply_filters( 'xprofile_field_description_before_save', $this->description, $this->id );
    517517        $this->is_required = apply_filters( 'xprofile_field_is_required_before_save', $this->is_required, $this->id );
Note: See TracChangeset for help on using the changeset viewer.