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-permalink.php

    r6980 r7000  
    128128?>
    129129<h3><?php _e('Common settings'); ?></h3>
    130 <table class="niceblue">
     130<table class="form-table">
    131131    <tr>
    132132        <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
     
    164164<?php endif; ?>
    165165
    166 <table class="niceblue">
     166<table class="form-table">
    167167    <tr>
    168168        <th><?php _e('Category base'); ?></th>
Note: See TracChangeset for help on using the changeset viewer.