Changeset 7000 for trunk/wp-admin/options-misc.php
- Timestamp:
- 02/24/2008 04:33:10 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
r6978 r7000 14 14 <?php wp_nonce_field('update-options') ?> 15 15 <h3><?php _e('Uploading'); ?></h3> 16 <table class=" niceblue">16 <table class="form-table"> 17 17 <tr valign="top"> 18 18 <th scope="row"><?php _e('Store uploads in this folder'); ?></th> … … 38 38 </tr> 39 39 </table> 40 <table class=" niceblue">40 <table class="form-table"> 41 41 <tr> 42 42 <th colspan="2"><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> />
Note: See TracChangeset
for help on using the changeset viewer.