[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/templates/default/bbpress/ -> feedback-no-access.php (source)

   1  <?php
   2  
   3  /**
   4   * No Access Feedback Part
   5   *
   6   * @package bbPress
   7   * @subpackage Theme
   8   */
   9  
  10  // Exit if accessed directly
  11  defined( 'ABSPATH' ) || exit;
  12  
  13  ?>
  14  
  15  <div id="forum-private" class="bbp-forum-content">
  16      <h1 class="entry-title"><?php esc_html_e( 'Private', 'bbpress' ); ?></h1>
  17      <div class="entry-content">
  18          <div class="bbp-template-notice info">
  19              <ul>
  20                  <li><?php esc_html_e( 'You do not have permission to view this forum.', 'bbpress' ); ?></li>
  21              </ul>
  22          </div>
  23      </div>
  24  </div><!-- #forum-private -->


Generated: Thu Mar 28 01:00:51 2024 Cross-referenced by PHPXref 0.7.1