Skip to:
Content

bbPress.org

Changeset 4682


Ignore:
Timestamp:
01/02/2013 04:34:58 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Tighten up whitespace on bulk user dropdown to better match WordPress core. Fixes #2145.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/users.php

    r4542 r4682  
    140140            <option value=''><?php _e( 'Change forum role to&hellip;', 'bbpress' ) ?></option>
    141141            <?php foreach ( $dynamic_roles as $role => $details ) : ?>
    142 
    143142                <option value="<?php echo esc_attr( $role ); ?>"><?php echo translate_user_role( $details['name'] ); ?></option>
    144 
    145143            <?php endforeach; ?>
    146         </select>
    147 
    148         <?php submit_button( __( 'Change', 'bbpress' ), 'secondary', 'bbp-change-role', false );
     144        </select><?php submit_button( __( 'Change', 'bbpress' ), 'secondary', 'bbp-change-role', false );
    149145    }
    150146
Note: See TracChangeset for help on using the changeset viewer.