Make WordPress Core


Ignore:
Timestamp:
11/15/2011 03:47:07 PM (13 years ago)
Author:
azaozz
Message:

Fix styling for the installation screens, props chexee, fixes #18576

File:
1 edited

Legend:

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

    r18897 r19297  
    131131        </tr>
    132132        <tr>
     133            <th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
    133134            <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow my site to appear in search engines like Google and Technorati.' ); ?></label></td>
    134135        </tr>
     
    221222<p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p>
    222223
    223 <table class="form-table">
     224<table class="form-table install-success">
    224225    <tr>
    225226        <th><?php _e( 'Username' ); ?></th>
    226         <td><code><?php echo esc_html( sanitize_user( $user_name, true ) ); ?></code></td>
     227        <td><?php echo esc_html( sanitize_user( $user_name, true ) ); ?></td>
    227228    </tr>
    228229    <tr>
Note: See TracChangeset for help on using the changeset viewer.