Changeset 40823 for trunk/src/wp-admin/options-media.php
- Timestamp:
- 05/23/2017 05:57:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-media.php
r38720 r40823 119 119 </td> 120 120 </tr> 121 <tr> 122 <td colspan="2" class="td-full"> 123 <?php else : ?> 124 <tr> 125 <td class="td-full"> 121 126 <?php endif; ?> 122 <tr>123 <th scope="row" colspan="2" class="th-full">124 127 <label for="uploads_use_yearmonth_folders"> 125 128 <input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1"<?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> /> 126 129 <?php _e('Organize my uploads into month- and year-based folders'); ?> 127 130 </label> 128 </t h>131 </td> 129 132 </tr> 130 133
Note: See TracChangeset
for help on using the changeset viewer.