Changeset 6978 for trunk/wp-admin/options-misc.php
- Timestamp:
- 02/22/2008 07:43:06 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r6850 r6978 30 30 31 31 <tr> 32 <td></td> 33 <td> 32 <th colspan="2"> 34 33 <label for="uploads_use_yearmonth_folders"> 35 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')); ?> /> 36 35 <?php _e('Organize my uploads into month- and year-based folders'); ?> 37 36 </label> 38 </t d>37 </th> 39 38 </tr> 40 39 </table> 41 42 <p><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></p> 44 <p> 45 <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> 46 </p> 40 <table class="niceblue"> 41 <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> 45 </tr> 46 <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> 48 </th> 49 </tr> 50 </table> 47 51 48 52 <p class="submit"> 49 53 <input type="hidden" name="action" value="update" /> 50 54 <input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path,upload_url_path" /> 51 <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />55 <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" class="button" /> 52 56 </p> 53 57 </form>
Note: See TracChangeset
for help on using the changeset viewer.