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/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() ) {
Note: See TracChangeset for help on using the changeset viewer.