| Current Path : /home/smartbloks/.trash/bbpress/templates/default/bbpress/ |
| Current File : /home/smartbloks/.trash/bbpress/templates/default/bbpress/feedback-logged-in.php |
<?php /** * Logged In Feedback Part * * @package bbPress * @subpackage Theme */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; ?> <div class="bbp-template-notice info"> <ul> <li><?php esc_html_e( 'You are already logged in.', 'bbpress' ); ?></li> </ul> </div>