Current Path : /var/www/quickscrum.com/wp-content/themes/Quickscrum/bbpress/ |
Current File : /var/www/quickscrum.com/wp-content/themes/Quickscrum/bbpress/form-user-roles.php |
<?php /** * User Roles Profile Edit Part * * @package bbPress * @subpackage Theme */ ?> <div> <label for="role"><?php _e( 'Blog Role', 'bbpress' ) ?></label> <?php bbp_edit_user_blog_role(); ?> </div> <div> <label for="forum-role"><?php _e( 'Forum Role', 'bbpress' ) ?></label> <?php bbp_edit_user_forums_role(); ?> </div>