Make WordPress Core


Ignore:
Timestamp:
02/24/2008 04:33:10 AM (18 years ago)
Author:
ryan
Message:

Change niceblue class name to form-table. Props filosofo and mt. fixes #5973

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-misc.php

    r6978 r7000  
    1414<?php wp_nonce_field('update-options') ?>
    1515<h3><?php _e('Uploading'); ?></h3>
    16 <table class="niceblue">
     16<table class="form-table">
    1717<tr valign="top">
    1818<th scope="row"><?php _e('Store uploads in this folder'); ?></th>
     
    3838</tr>
    3939</table>
    40 <table class="niceblue">
     40<table class="form-table">
    4141<tr>
    4242    <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.