Changeset 7268 for trunk/src/templates/default/bbpress/form-reply.php
- Timestamp:
- 06/28/2024 10:02:43 PM (4 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
/branches/2.6 merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/src/templates/default/bbpress/form-reply.php
r7006 r7268 74 74 <?php do_action( 'bbp_theme_after_reply_form_content' ); ?> 75 75 76 <?php if ( ! ( bbp_use_wp_editor() || current_user_can( 'unfiltered_html' ) ) ) : ?> 77 78 <p class="form-allowed-tags"> 79 <label><?php esc_html_e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:', 'bbpress' ); ?></label><br /> 80 <code><?php bbp_allowed_tags(); ?></code> 81 </p> 82 83 <?php endif; ?> 76 <?php bbp_get_template_part( 'form', 'allowed-tags' ); ?> 84 77 85 78 <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags', bbp_get_topic_id() ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.