Changeset 7372 for trunk/wp-admin/options-misc.php
- Timestamp:
- 03/18/2008 02:07:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-misc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r7000 r7372 30 30 31 31 <tr> 32 <th colspan="2">32 <th scope="row" colspan="2" class="th-full"> 33 33 <label for="uploads_use_yearmonth_folders"> 34 34 <input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1" <?php checked('1', get_option('uploads_use_yearmonth_folders')); ?> /> … … 38 38 </tr> 39 39 </table> 40 41 40 42 <table class="form-table"> 41 43 <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’ 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’ Update Times') ?> 48 </label> 44 49 </th> 45 50 </tr> 46 51 <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> 48 58 </th> 49 59 </tr>
Note: See TracChangeset
for help on using the changeset viewer.