Make WordPress Core


Ignore:
Timestamp:
02/22/2008 07:44:36 AM (17 years ago)
Author:
westi
Message:

Styling updates for the options.php. Fixes #5958 props fitztrev.

File:
1 edited

Legend:

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

    r6838 r6979  
    4949  <?php wp_nonce_field('update-options') ?>
    5050  <input type="hidden" name="action" value="update" />
    51   <table width="98%">
     51  <table class="niceblue">
    5252<?php
    5353$options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name");
     
    7474    echo "
    7575<tr>
    76     <th scope='row'><label for='$option->option_name'>$option->option_name</label></th>
     76    <th scope='row'>$option->option_name</th>
    7777<td>";
    7878
Note: See TracChangeset for help on using the changeset viewer.