Changeset 4298
- Timestamp:
- 11/02/2012 06:03:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/functions.php
r4297 r4298 1432 1432 // If there's a role in the array, use the first one 1433 1433 if ( !empty( $roles ) ) { 1434 $role = array_shift( array_values( $role ) );1434 $role = array_shift( array_values( $roles ) ); 1435 1435 } 1436 1436 }
Note: See TracChangeset
for help on using the changeset viewer.