[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/templates/default/bbpress/ -> content-topic-tag-edit.php (source)

   1  <?php
   2  
   3  /**
   4   * Topic Tag Edit 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_topic_tag_description' ); ?>
  20  
  21      <?php bbp_topic_tag_description( array( 'before' => '<div class="bbp-template-notice info"><ul><li>', 'after' => '</li></ul></div>' ) ); ?>
  22  
  23      <?php do_action( 'bbp_template_after_topic_tag_description' ); ?>
  24  
  25      <?php do_action( 'bbp_template_before_topic_tag_edit' ); ?>
  26  
  27      <?php bbp_get_template_part( 'form', 'topic-tag' ); ?>
  28  
  29      <?php do_action( 'bbp_template_after_topic_tag_edit' ); ?>
  30  
  31  </div>


Generated: Sat Apr 20 01:00:52 2024 Cross-referenced by PHPXref 0.7.1