Changeset 11522
- Timestamp:
- 06/06/2009 03:15:13 AM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r11477 r11522 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. '); ?></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> 171 171 </tr> 172 172 <?php -
trunk/wp-admin/wp-admin.css
r11520 r11522 1339 1339 vertical-align: bottom; 1340 1340 float: left; 1341 margin: - 8px 3px 8px;1341 margin: -12px 3px 11px; 1342 1342 } 1343 1343
Note: See TracChangeset
for help on using the changeset viewer.