Ticket #26272: 26272.diff
File 26272.diff, 716 bytes (added by , 11 years ago) |
---|
-
wp-admin/options-media.php
114 114 </tr> 115 115 <?php endif; ?> 116 116 <tr> 117 <t hscope="row" colspan="2" class="th-full">117 <td scope="row" colspan="2" class="th-full"> 118 118 <label for="uploads_use_yearmonth_folders"> 119 119 <input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1"<?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> /> 120 120 <?php _e('Organize my uploads into month- and year-based folders'); ?> 121 121 </label> 122 </t h>122 </td> 123 123 </tr> 124 124 125 125 <?php do_settings_fields('media', 'uploads'); ?>