[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

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

   1  <?php
   2  
   3  /**
   4   * No Forums 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 class="bbp-template-notice">
  16      <ul>
  17          <li><?php esc_html_e( 'Oh, bother! No forums were found here.', 'bbpress' ); ?></li>
  18      </ul>
  19  </div>


Generated: Fri Apr 19 01:01:01 2024 Cross-referenced by PHPXref 0.7.1