Changeset 19297 for trunk/wp-admin/install.php
- Timestamp:
- 11/15/2011 03:47:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r18897 r19297 131 131 </tr> 132 132 <tr> 133 <th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th> 133 134 <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> 134 135 </tr> … … 221 222 <p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p> 222 223 223 <table class="form-table ">224 <table class="form-table install-success"> 224 225 <tr> 225 226 <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> 227 228 </tr> 228 229 <tr>
Note: See TracChangeset
for help on using the changeset viewer.