Changeset 5397
- Timestamp:
- 06/13/2014 05:48:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-reply.php
r5396 r5397 27 27 28 28 <fieldset class="bbp-form"> 29 <legend><?php printf( __( 'Reply To: %s', 'bbpress' ),bbp_get_topic_title() ); ?></legend>29 <legend><?php printf( esc_html__( 'Reply To: %s', 'bbpress' ), ( bbp_get_form_reply_to() ) ? sprintf( esc_html__( 'Reply #%1$s in %2$s', 'bbpress' ), bbp_get_form_reply_to(), bbp_get_topic_title() ) : bbp_get_topic_title() ); ?></legend> 30 30 31 31 <?php do_action( 'bbp_theme_before_reply_form_notices' ); ?> … … 67 67 68 68 <?php endif; ?> 69 69 70 70 <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?> 71 71
Note: See TracChangeset
for help on using the changeset viewer.