Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/28/2015 03:27:20 PM (10 years ago)
Author:
djpaul
Message:

Convert tabs to spaces in some xprofile admin files.

File:
1 edited

Legend:

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

    r9819 r9974  
    1111
    1212class BP_XProfile_Group {
    13    
     13
    1414    /**
    1515     * @since BuddyPress (1.1.0)
     
    1818     */
    1919    public $id = null;
    20    
     20
    2121    /**
    2222     * @since BuddyPress (1.1.0)
     
    2525     */
    2626    public $name;
    27    
     27
    2828    /**
    2929     * @since BuddyPress (1.1.0)
     
    3232     */
    3333    public $description;
    34    
     34
    3535    /**
    3636     * @since BuddyPress (1.1.0)
     
    3939     */
    4040    public $can_delete;
    41    
     41
    4242    /**
    4343     * @since BuddyPress (1.1.0)
     
    4646     */
    4747    public $group_order;
    48    
     48
    4949    /**
    5050     * @since BuddyPress (1.1.0)
Note: See TracChangeset for help on using the changeset viewer.