Changeset 4339 for trunk/includes/admin/users.php
- Timestamp:
- 11/05/2012 01:54:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/users.php
r4338 r4339 63 63 * @return bool Always false 64 64 */ 65 public function secondary_role_display( $profileuser ) {65 public static function secondary_role_display( $profileuser ) { 66 66 67 67 // Bail if current user cannot edit users … … 116 116 * @return array $columns 117 117 */ 118 function user_role_column( $columns = array() ) {118 public static function user_role_column( $columns = array() ) { 119 119 $columns['role'] = __( 'Site Role', 'bbpress' ); 120 120 $columns['bbp_user_role'] = __( 'Forum Role', 'bbpress' ); … … 134 134 * @return string Displayable bbPress user role 135 135 */ 136 function user_role_row( $retval = '', $column_name = '', $user_id = 0 ) {136 public static function user_role_row( $retval = '', $column_name = '', $user_id = 0 ) { 137 137 138 138 // Only looking for bbPress's user role column
Note: See TracChangeset
for help on using the changeset viewer.