Changeset 6032 for trunk/src/templates/default/bbpress/form-topic.php
- Timestamp:
- 05/25/2016 01:23:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-topic.php
r5868 r6032 130 130 <?php endif; ?> 131 131 132 <?php if ( current_user_can( 'moderate' ) ) : ?>132 <?php if ( current_user_can( 'moderate', bbp_get_topic_id() ) ) : ?> 133 133 134 134 <?php do_action( 'bbp_theme_before_topic_form_type' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.