Make WordPress Core

Ticket #7983: user-edit.diff

File user-edit.diff, 1.1 KB (added by Nicholas91, 17 years ago)

bug fixed

  • opt/lampp/htdocs/wordpress/wp-admin/user-edit.php

     
    223223</tr>
    224224<tr>
    225225<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>
    227227</tr>
    228228<?php
    229229endif;