Make WordPress Core

Changeset 11522


Ignore:
Timestamp:
06/06/2009 03:15:13 AM (15 years ago)
Author:
azaozz
Message:

Fix vertical misalignment in user-edit.php, fixes #10036

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r11477 r11522  
    168168<tr>
    169169<th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
    170 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( !empty($profileuser->comment_shortcuts) ) checked('true', $profileuser->comment_shortcuts); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation. '); ?></label><?php _e('<a href="http://codex.wordpress.org/Keyboard_Shortcuts">More information</a>'); ?></td>
     170<td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( !empty($profileuser->comment_shortcuts) ) checked('true', $profileuser->comment_shortcuts); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation. <a href="http://codex.wordpress.org/Keyboard_Shortcuts">More information</a>'); ?></label></td>
    171171</tr>
    172172<?php
  • trunk/wp-admin/wp-admin.css

    r11520 r11522  
    13391339    vertical-align: bottom;
    13401340    float: left;
    1341     margin: -8px 3px 8px;
     1341    margin: -12px 3px 11px;
    13421342}
    13431343
Note: See TracChangeset for help on using the changeset viewer.