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