Make WordPress Core

Ticket #26272: 26272.diff

File 26272.diff, 716 bytes (added by Ipstenu, 11 years ago)

Change th to td?

  • wp-admin/options-media.php

     
    114114</tr>
    115115<?php endif; ?>
    116116<tr>
    117 <th scope="row" colspan="2" class="th-full">
     117<td scope="row" colspan="2" class="th-full">
    118118<label for="uploads_use_yearmonth_folders">
    119119<input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1"<?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> />
    120120<?php _e('Organize my uploads into month- and year-based folders'); ?>
    121121</label>
    122 </th>
     122</td>
    123123</tr>
    124124
    125125<?php do_settings_fields('media', 'uploads'); ?>