Changeset 8195 for trunk/bp-members/bp-members-admin.php
- Timestamp:
- 03/28/2014 11:47:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-admin.php
r8162 r8195 167 167 add_action( 'pre_user_query', array( $this, 'remove_signups_from_user_query'), 10, 1 ); 168 168 } 169 169 170 // Reorganise the views navigation in users.php and signups page 170 171 if ( current_user_can( $this->capability ) ) { 171 // Reorganise the views navigation in users.php and signups page172 172 add_filter( "views_{$this->users_screen}", array( $this, 'signup_filter_view' ), 10, 1 ); 173 173 add_filter( 'set-screen-option', array( $this, 'signup_screen_options' ), 10, 3 );
Note: See TracChangeset
for help on using the changeset viewer.