Ticket #2509: 2509.1.diff
File 2509.1.diff, 1.1 KB (added by , 11 years ago) |
---|
-
templates/default/bbpress/form-reply.php
26 26 <?php do_action( 'bbp_theme_before_reply_form' ); ?> 27 27 28 28 <fieldset class="bbp-form"> 29 <legend><?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?></legend>30 29 30 <?php if ( bbp_thread_replies() && bbp_get_form_reply_to() ) : ?> 31 32 <legend><?php printf( __( 'Reply To Reply #%s in %s', 'bbpress' ), bbp_get_form_reply_to(), bbp_get_topic_title() ); ?></legend> 33 34 <?php else : ?> 35 36 <legend><?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?></legend> 37 38 <?php endif; ?> 39 31 40 <?php do_action( 'bbp_theme_before_reply_form_notices' ); ?> 32 41 33 42 <?php if ( !bbp_is_topic_open() && !bbp_is_reply_edit() ) : ?> … … 66 75 </p> 67 76 68 77 <?php endif; ?> 69 78 70 79 <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?> 71 80 72 81 <?php do_action( 'bbp_theme_before_reply_form_tags' ); ?>