Ticket #3218: 3218.diff
File 3218.diff, 1.1 KB (added by , 7 years ago) |
---|
-
bbpress/form-reply.php
92 92 <p> 93 93 <label for="bbp_topic_tags"><?php esc_html_e( 'Tags:', 'wporg-forums' ); ?></label><br /> 94 94 <input type="text" value="<?php bbp_form_topic_tags(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> /> 95 <p class="bbp_topic_tags_description"><?php esc_html_e( 'Separate tags with commas.', 'wporg-forums' ); ?></p> 95 96 </p> 96 97 97 98 <?php do_action( 'bbp_theme_after_reply_form_tags' ); ?> -
sass/site/_bbpress.scss
656 656 } 657 657 } 658 658 659 .bbp_topic_tags_description { 660 font-size: .86em; 661 font-style: italic; 662 padding-left: 5px; 663 margin-top: -3px; 664 } 665 659 666 select { 660 667 -webkit-appearance: menulist; // Get those arrows back into the select box. 661 668 }