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

    r6980 r7000  
    1313<?php wp_nonce_field('update-options') ?>
    1414
    15 <table class="niceblue">
     15<table class="form-table">
    1616<tr valign="top">
    1717<th scope="row"> <?php _e('Size of the post box') ?></th>
     
    6161<p><?php _e('The sizes listed below determine the maximum dimensions to use when inserting an image into the body of a post.'); ?></p>
    6262
    63 <table class="niceblue">
     63<table class="form-table">
    6464<tr valign="top">
    6565<th scope="row"><?php _e('Thumbnail size') ?></th>
     
    8585<p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p>
    8686
    87 <table class="niceblue">
     87<table class="form-table">
    8888<tr valign="top">
    8989<th scope="row"><?php _e('Mail Server') ?></th>
Note: See TracChangeset for help on using the changeset viewer.