- Timestamp:
- 03/05/2014 07:08:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/content-topic-tag-edit.php
r4733 r5310 14 14 <?php bbp_breadcrumb(); ?> 15 15 16 <?php bbp_topic_tag_description(); ?> 16 <?php do_action( 'bbp_template_before_topic_tag_description' ); ?> 17 18 <?php bbp_topic_tag_description( array( 'before' => '<div class="bbp-template-notice info"><p>', 'after' => '</p></div>' ) ); ?> 19 20 <?php do_action( 'bbp_template_after_topic_tag_description' ); ?> 17 21 18 22 <?php do_action( 'bbp_template_before_topic_tag_edit' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.