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/install.php

    r6965 r7000  
    4646
    4747<form id="setup" method="post" action="install.php?step=2">
    48     <table class="niceblue">
     48    <table class="form-table">
    4949        <tr>
    5050            <th scope="row"><?php _e('Blog Title'); ?></th>
     
    9292<p><?php printf(__('WordPress has been installed. Were you expecting more steps? Sorry to disappoint.'), ''); ?></p>
    9393
    94 <table class="niceblue">
     94<table class="form-table">
    9595    <tr>
    9696        <th><?php _e('Username'); ?></th>
Note: See TracChangeset for help on using the changeset viewer.