Make WordPress Core

Changeset 10935


Ignore:
Timestamp:
04/15/2009 05:04:48 PM (15 years ago)
Author:
ryan
Message:

Move link outside label. Props nightgunner5, Nicholas91. fixes #7983

File:
1 edited

Legend:

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

    r10819 r10935  
    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
Note: See TracChangeset for help on using the changeset viewer.