Ticket #11420: 11420_label_for.diff
| File 11420_label_for.diff, 1.3 KB (added by , 15 years ago) |
|---|
-
wp-admin/includes/internal-linking.php
75 75 <div id="link-options"> 76 76 <p class="howto"><?php _e( 'Enter the destination URL:' ); ?></p> 77 77 <div> 78 <label ><span><?php _e( 'URL' ); ?></span><input id="url-field" type="text" tabindex="10" autocomplete="off" /></label>78 <label for="url-field"><span><?php _e( 'URL' ); ?></span><input id="url-field" type="text" tabindex="10" autocomplete="off" /></label> 79 79 </div> 80 80 <div> 81 <label ><span><?php _e( 'Title' ); ?></span><input id="link-title-field" type="text" tabindex="20" autocomplete="off" /></label>81 <label for="link-title-field"><span><?php _e( 'Title' ); ?></span><input id="link-title-field" type="text" tabindex="20" autocomplete="off" /></label> 82 82 </div> 83 83 <div class="link-target"> 84 <label ><input type="checkbox" id="link-target-checkbox" tabindex="30" /> <?php _e( 'Open link in a new window/tab' ); ?></label>84 <label for="link-target-checkbox"><input type="checkbox" id="link-target-checkbox" tabindex="30" /> <?php _e( 'Open link in a new window/tab' ); ?></label> 85 85 </div> 86 86 </div> 87 87 <div id="search-panel">