Changeset 6498 for trunk/src/includes/admin/users.php
- Timestamp:
- 06/08/2017 01:58:51 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/users.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/users.php
r6415 r6498 279 279 public static function user_role_row( $retval = '', $column_name = '', $user_id = 0 ) { 280 280 281 // Only looking for bbPress's user role column281 // User role column 282 282 if ( 'bbp_user_role' === $column_name ) { 283 283 … … 300 300 * Filter the list of roles included in the WordPress site role list 301 301 * 302 * This ensures bbPress' roles are only displayed under the Forum Role list303 * in theWordPress Users list table302 * Ensures forum roles are only displayed under the Forum Role list in the 303 * WordPress Users list table 304 304 * 305 305 * @since 2.6.0 bbPress (r6051)
Note: See TracChangeset
for help on using the changeset viewer.