| Current Path : /home/smartbloks/.trash/bbpress/templates/default/bbpress/ |
| Current File : /home/smartbloks/.trash/bbpress/templates/default/bbpress/feedback-no-topics.php |
<?php /** * No Topics 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 topics were found here.', 'bbpress' ); ?></li> </ul> </div>