Changeset 11526
- Timestamp:
- 06/06/2009 10:01:04 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
user-edit.php (modified) (1 diff)
-
wp-admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r11522 r11526 168 168 <tr> 169 169 <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. <a href="http://codex.wordpress.org/Keyboard_Shortcuts">More information</a>'); ?></label></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.'); ?></label> <?php _e('<a href="http://codex.wordpress.org/Keyboard_Shortcuts">More information</a>'); ?></td> 171 171 </tr> 172 172 <?php -
trunk/wp-admin/wp-admin.css
r11525 r11526 3277 3277 } 3278 3278 3279 label { 3279 label, 3280 #your-profile label + a { 3280 3281 vertical-align: middle; 3281 3282 }
Note: See TracChangeset
for help on using the changeset viewer.