Changeset 10026 for trunk/src/bp-members/admin/bp-members-admin-classes.php
- Timestamp:
- 07/21/2015 10:15:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/admin/bp-members-admin-classes.php
r10008 r10026 604 604 605 605 /** 606 * Prevents regular users row actions to be output 607 * 608 * @since BuddyPress (2.4.0) 609 * @access protected 610 * 611 * @param object $signup_object Signup being acted upon. 612 * @param string $column_name Current column name. 613 * @param string $primary Primary column name. 614 */ 615 protected function handle_row_actions( $signup_object = null, $column_name = '', $primary = '' ) { 616 return ''; 617 } 618 619 /** 606 620 * Markup for the checkbox used to select items for bulk actions. 607 621 *
Note: See TracChangeset
for help on using the changeset viewer.