[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/templates/default/bbpress/ -> content-single-reply.php (source)

   1  <?php
   2  
   3  /**
   4   * Single Reply Content 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="bbpress-forums" class="bbpress-wrapper">
  16  
  17      <?php bbp_breadcrumb(); ?>
  18  
  19      <?php do_action( 'bbp_template_before_single_reply' ); ?>
  20  
  21      <?php if ( post_password_required() ) : ?>
  22  
  23          <?php bbp_get_template_part( 'form', 'protected' ); ?>
  24  
  25      <?php else : ?>
  26  
  27          <?php bbp_get_template_part( 'loop', 'single-reply' ); ?>
  28  
  29      <?php endif; ?>
  30  
  31      <?php do_action( 'bbp_template_after_single_reply' ); ?>
  32  
  33  </div>


Generated: Thu Apr 25 01:01:05 2024 Cross-referenced by PHPXref 0.7.1