<?php
/**
 * The template for More options view.
 *
 * This template can be overridden by copying it to yourtheme/buddypress/common/more-options-view.php.
 *
 * @since   BuddyBoss 2.6.60
 * @version 1.0.0
 */

?>
<div class="bb_more_dropdown__title">
	<span class="bb_more_dropdown__title__text"><?php esc_html_e( 'Options', 'buddyboss' ); ?></span>
	<span class="bb_more_dropdown__close_button" role="button"><i class="bb-icon-l bb-icon-times"></i></span>
</div>
