File "feedback-no-search.php"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-search.php
File size: 308 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * No Search Results Feedback Part
 *
 * @package bbPress
 * @subpackage Theme
 */

// Exit if accessed directly
defined( 'ABSPATH' ) || exit;

?>

<div class="bbp-template-notice">
	<ul>
		<li><?php esc_html_e( 'Oh, bother! No search results were found here.', 'bbpress' ); ?></li>
	</ul>
</div>