Ticket #7983: user-edit.diff
| File user-edit.diff, 1.1 KB (added by , 17 years ago) |
|---|
-
opt/lampp/htdocs/wordpress/wp-admin/user-edit.php
223 223 </tr> 224 224 <tr> 225 225 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th> 226 <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>226 <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> 227 227 </tr> 228 228 <?php 229 229 endif;