File "form-user-roles.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/bbpress/templates/default/bbpress/form-user-roles.php
File size: 416 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* User Roles Profile Edit Part
*
* @package bbPress
* @subpackage Theme
*/
// Exit if accessed directly
defined( 'ABSPATH' ) || exit;
?>
<div>
<label for="role"><?php esc_html_e( 'Blog Role', 'bbpress' ) ?></label>
<?php bbp_edit_user_blog_role(); ?>
</div>
<div>
<label for="forum-role"><?php esc_html_e( 'Forum Role', 'bbpress' ) ?></label>
<?php bbp_edit_user_forums_role(); ?>
</div>