Changeset 5836
- Timestamp:
- 07/15/2015 05:22:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-forum.php
r5829 r5836 88 88 <code><?php bbp_allowed_tags(); ?></code> 89 89 </p> 90 91 <?php endif; ?> 92 93 <?php if ( bbp_allow_forum_mods() && current_user_can( 'assign_forum_mods' ) ) : ?> 94 95 <?php do_action( 'bbp_theme_before_forum_form_mods' ); ?> 96 97 <p> 98 <label for="bbp_forum_mods"><?php esc_html_e( 'Forum Moderators:', 'bbpress' ); ?></label><br /> 99 <input type="text" value="<?php bbp_form_topic_tags(); ?>" size="40" name="bbp_forum_mods" id="bbp_forum_mods" /> 100 </p> 101 102 <?php do_action( 'bbp_theme_after_forum_form_mods' ); ?> 90 103 91 104 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.