<?php
/**
 * Template for displaying the search results of the no results
 *
 * This template can be overridden by copying it to yourtheme/buddypress/search/no-results.php.
 *
 * @package BuddyBoss\Core
 * @since   BuddyBoss 1.0.0
 * @version 1.0.0
 */
?>
<div class="bp-search-results bp-feedback info">
	<span class="bp-icon" aria-hidden="true"></span>
	<p><?php esc_html_e( 'Sorry, there were no results found.', 'buddyboss' ); ?></p>
</div>
