Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2014 11:47:39 PM (11 years ago)
Author:
imath
Message:

Clean up bp_update_to_2_0() and BP_Members_Admin class

Improve code formatting

props johnjamesjacoby

See #5374

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-admin.php

    r8162 r8195  
    167167                add_action( 'pre_user_query', array( $this, 'remove_signups_from_user_query'),  10, 1 );
    168168            }
    169 
     169           
     170            // Reorganise the views navigation in users.php and signups page
    170171            if ( current_user_can( $this->capability ) ) {
    171                 // Reorganise the views navigation in users.php and signups page
    172172                add_filter( "views_{$this->users_screen}", array( $this, 'signup_filter_view' ),    10, 1 );
    173173                add_filter( 'set-screen-option',           array( $this, 'signup_screen_options' ), 10, 3 );
Note: See TracChangeset for help on using the changeset viewer.