[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
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>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |