Ticket #2568: 2568.patch
| File 2568.patch, 3.1 KB (added by , 9 years ago) |
|---|
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/form-topic.php
158 158 <?php do_action( 'bbp_theme_before_topic_form_revisions' ); ?> 159 159 160 160 <fieldset class="bbp-form"> 161 <legend><?php _e( 'Revision', 'bbpress' ); ?></legend> 162 <div> 161 <legend> 163 162 <input name="bbp_log_topic_edit" id="bbp_log_topic_edit" type="checkbox" value="1" <?php bbp_form_topic_log_edit(); ?> /> 164 163 <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'bbpress' ); ?></label><br /> 165 </ div>164 </legend> 166 165 167 166 <div> 168 167 <label for="bbp_topic_edit_reason"><?php printf( __( 'Optional reason for editing:', 'bbpress' ), bbp_get_current_user_name() ); ?></label><br /> -
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/bbpress/form-topic.php
159 159 <?php do_action( 'bbp_theme_before_topic_form_revisions' ); ?> 160 160 161 161 <fieldset class="bbp-form"> 162 <legend><?php _e( 'Revision', 'bbpress' ); ?></legend> 163 <div> 162 <legend> 164 163 <input name="bbp_log_topic_edit" id="bbp_log_topic_edit" type="checkbox" value="1" <?php bbp_form_topic_log_edit(); ?> /> 165 164 <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'bbpress' ); ?></label><br /> 166 </ div>165 </legend> 167 166 168 167 <div> 169 168 <label for="bbp_topic_edit_reason"><?php printf( __( 'Optional reason for editing:', 'bbpress' ), bbp_get_current_user_name() ); ?></label><br /> -
sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/bbpress/form-topic.php
159 159 <?php do_action( 'bbp_theme_before_topic_form_revisions' ); ?> 160 160 161 161 <fieldset class="bbp-form"> 162 <legend><?php _e( 'Revision', 'bbpress' ); ?></legend> 163 <div> 162 <legend> 164 163 <input name="bbp_log_topic_edit" id="bbp_log_topic_edit" type="checkbox" value="1" <?php bbp_form_topic_log_edit(); ?> /> 165 164 <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'bbpress' ); ?></label><br /> 166 </ div>165 </legend> 167 166 168 167 <div> 169 168 <label for="bbp_topic_edit_reason"><?php printf( __( 'Optional reason for editing:', 'bbpress' ), bbp_get_current_user_name() ); ?></label><br />