Ticket #4386: #4386.diff
File #4386.diff, 577 bytes (added by , 6 years ago) |
---|
-
trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-subroles.php
14 14 * @param int $user_id The ID of the user to retrieve subroles for. 15 15 * 16 16 * @return array A list of subrole strings. 17 * 18 * @global array $wcorg_subroles 17 19 */ 18 20 function get_user_subroles( $user_id ) { 19 21 global $wcorg_subroles;