Skip to:
Content

BuddyPress.org

Changeset 9974


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

Convert tabs to spaces in some xprofile admin files.

Location:
trunk/src/bp-xprofile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-admin.php

    r9827 r9974  
    691691     */
    692692    public function enqueue_scripts( $screen_id ) {
    693         if ( ( false === strpos( $screen_id, 'users_page_bp-profile-edit' ) 
    694             && false === strpos( $screen_id, 'profile_page_bp-profile-edit' ) ) 
    695             || bp_core_get_root_option( 'bp-disable-avatar-uploads' ) 
     693        if ( ( false === strpos( $screen_id, 'users_page_bp-profile-edit' )
     694            && false === strpos( $screen_id, 'profile_page_bp-profile-edit' ) )
     695            || bp_core_get_root_option( 'bp-disable-avatar-uploads' )
    696696            || ! buddypress()->avatar->show_avatars
    697697            || ! bp_attachments_is_wp_version_supported() ) {
  • 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.