Making WordPress.org


Ignore:
Timestamp:
03/07/2017 11:42:37 PM (8 years ago)
Author:
netweb
Message:

bbPress.org/BuddyPress.org: Use consistent markup in form-topic.php.

Props SergeyBiryukov.
Fixes #2568.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/bbpress/form-topic.php

    r5044 r5119  
    160160
    161161                        <fieldset class="bbp-form">
    162                             <legend><?php _e( 'Revision', 'bbpress' ); ?></legend>
    163                             <div>
     162                            <legend>
    164163                                <input name="bbp_log_topic_edit" id="bbp_log_topic_edit" type="checkbox" value="1" <?php bbp_form_topic_log_edit(); ?> />
    165164                                <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'bbpress' ); ?></label><br />
    166                             </div>
     165                            </legend>
    167166
    168167                            <div>
Note: See TracChangeset for help on using the changeset viewer.