Changeset 1707 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
- Timestamp:
- 07/05/2015 09:01:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php
r1580 r1707 84 84 <?php do_action( 'bbp_theme_after_topic_form_content' ); ?> 85 85 86 <?php if ( !current_user_can( 'unfiltered_html' ) ) : ?>87 88 <p class="form-allowed-tags">89 <label><?php _e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:','wporg-forums' ); ?></label><br />90 <code><?php bbp_allowed_tags(); ?></code>91 </p>92 93 <?php endif; ?>94 95 86 <?php do_action( 'bbp_theme_before_topic_form_tags' ); ?> 96 87
Note: See TracChangeset
for help on using the changeset viewer.