Skip to:
Content

bbPress.org

Ticket #2509: 2509.1.diff

File 2509.1.diff, 1.1 KB (added by netweb, 11 years ago)
  • templates/default/bbpress/form-reply.php

     
    2626                        <?php do_action( 'bbp_theme_before_reply_form' ); ?>
    2727
    2828                        <fieldset class="bbp-form">
    29                                 <legend><?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
    3029
     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
    3140                                <?php do_action( 'bbp_theme_before_reply_form_notices' ); ?>
    3241
    3342                                <?php if ( !bbp_is_topic_open() && !bbp_is_reply_edit() ) : ?>
     
    6675                                                </p>
    6776
    6877                                        <?php endif; ?>
    69                                        
     78
    7079                                        <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?>
    7180
    7281                                                <?php do_action( 'bbp_theme_before_reply_form_tags' ); ?>