[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Topic Tag Edit 5 * 6 * @package bbPress 7 * @subpackage Theme 8 */ 9 10 get_header(); ?> 11 12 <?php do_action( 'bbp_before_main_content' ); ?> 13 14 <?php do_action( 'bbp_template_notices' ); ?> 15 16 <div id="topic-tag" class="bbp-topic-tag"> 17 <h1 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1> 18 19 <div class="entry-content"> 20 21 <?php bbp_get_template_part( 'content', 'topic-tag-edit' ); ?> 22 23 </div> 24 </div><!-- #topic-tag --> 25 26 <?php do_action( 'bbp_after_main_content' ); ?> 27 28 <?php get_sidebar(); ?> 29 <?php get_footer();
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 |