Changeset 7000 for trunk/wp-admin/install.php
- Timestamp:
- 02/24/2008 04:33:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r6965 r7000 46 46 47 47 <form id="setup" method="post" action="install.php?step=2"> 48 <table class=" niceblue">48 <table class="form-table"> 49 49 <tr> 50 50 <th scope="row"><?php _e('Blog Title'); ?></th> … … 92 92 <p><?php printf(__('WordPress has been installed. Were you expecting more steps? Sorry to disappoint.'), ''); ?></p> 93 93 94 <table class=" niceblue">94 <table class="form-table"> 95 95 <tr> 96 96 <th><?php _e('Username'); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.