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/edit-category-form.php

    r6950 r7000  
    2424<input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" />
    2525<?php wp_nonce_field($nonce_action); ?>
    26     <table class="niceblue">
     26    <table class="form-table">
    2727        <tr class="form-field form-required">
    2828            <th scope="row" valign="top"><label for="cat_name"><?php _e('Category Name') ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.