Changeset 5119
- Timestamp:
- 03/07/2017 11:42:37 PM (8 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/form-topic.php
r5044 r5119 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> -
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/bbpress/form-topic.php
r5044 r5119 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> -
sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/bbpress/form-topic.php
r5044 r5119 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>
Note: See TracChangeset
for help on using the changeset viewer.