Make WordPress Core


Ignore:
Timestamp:
03/18/2008 02:07:49 AM (18 years ago)
Author:
ryan
Message:

Styling fixes for Options->Misc from mdawaffe. fixes #6202

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-misc.php

    r7000 r7372  
    3030
    3131<tr>
    32 <th colspan="2">
     32<th scope="row" colspan="2" class="th-full">
    3333<label for="uploads_use_yearmonth_folders">
    3434<input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1" <?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> />
     
    3838</tr>
    3939</table>
     40
     41
    4042<table class="form-table">
    4143<tr>
    42     <th colspan="2"><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
    43 <label for="use_linksupdate"><?php _e('Track Links&#8217; Update Times') ?></label>
     44<th scope="row" class="th-full">
     45<label for="use_linksupdate">
     46<input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
     47<?php _e('Track Links&#8217; Update Times') ?>
     48</label>
    4449</th>
    4550</tr>
    4651<tr>
    47     <th colspan="2"><label><input type="checkbox" name="hack_file" value="1" <?php checked('1', get_option('hack_file')); ?> /> <?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label>
     52
     53<th scope="row" class="th-full">
     54<label for="hack_file">
     55<input type="checkbox" id="hack_file" name="hack_file" value="1" <?php checked('1', get_option('hack_file')); ?> />
     56<?php _e('Use legacy <code>my-hacks.php</code> file support') ?>
     57</label>
    4858</th>
    4959</tr>
Note: See TracChangeset for help on using the changeset viewer.