Changeset 6714 for trunk/src/templates/default/bbpress/form-reply.php
- Timestamp:
- 09/21/2017 04:13:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-reply.php
r6594 r6714 83 83 <?php endif; ?> 84 84 85 <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?>85 <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags', bbp_get_topic_id() ) ) : ?> 86 86 87 87 <?php do_action( 'bbp_theme_before_reply_form_tags' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.