Make WordPress Core


Ignore:
Timestamp:
02/24/2008 04:33:10 AM (17 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.php

    r6979 r7000  
    4949  <?php wp_nonce_field('update-options') ?>
    5050  <input type="hidden" name="action" value="update" />
    51   <table class="niceblue">
     51  <table class="form-table">
    5252<?php
    5353$options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name");
Note: See TracChangeset for help on using the changeset viewer.