Changeset 5113 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
- Timestamp:
- 03/07/2017 07:55:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-reply.php
r5082 r5113 151 151 <?php do_action( 'bbp_theme_before_reply_form_revisions' ); ?> 152 152 153 <fieldset class="bbp-form ">153 <fieldset class="bbp-form log-edit"> 154 154 <legend> 155 155 <input name="bbp_log_reply_edit" id="bbp_log_reply_edit" type="checkbox" value="1" <?php bbp_form_reply_log_edit(); ?> /> … … 158 158 159 159 <div> 160 <label for="bbp_reply_edit_reason">< ?php printf( esc_html__( 'Optional reason for editing:', 'wporg-forums' ), bbp_get_current_user_name() ); ?></label><br />160 <label for="bbp_reply_edit_reason"><em><?php esc_html_e( 'Optional reason for editing:', 'wporg-forums' ); ?></em></label><br /> 161 161 <input type="text" value="<?php bbp_form_reply_edit_reason(); ?>" size="40" name="bbp_reply_edit_reason" id="bbp_reply_edit_reason" /> 162 162 </div>
Note: See TracChangeset
for help on using the changeset viewer.