Bring Server Name field into style lines with rest of page. See #11644

git-svn-id: http://svn.automattic.com/wordpress/trunk@12909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2010-01-31 11:47:53 +00:00
parent 6b5cba1de8
commit b326637c82
1 changed files with 350 additions and 350 deletions

View File

@ -178,10 +178,10 @@ function printstep1form( $rewrite_enabled = false ) {
<th scope='row'><?php esc_html_e( 'Server Address' ); ?></th>
<td>
<?php if ( !$invalid_host ) { ?>
<p><?php printf( __( 'This will be the Internet address of your site: <strong><em>%s</em></strong>.' ), $hostname ); ?></p>
<?php printf( __( 'This will be the Internet address of your site: <strong><em>%s</em></strong>.' ), $hostname ); ?>
<input type='hidden' name='basedomain' value='<?php echo esc_attr( $hostname ); ?>' />
<?php } else { ?>
<p><?php _e( 'Do not use an IP address (like 127.0.0.1) or a single word hostname like <q>localhost</q> as your server address.' ); ?></p>
<?php _e( 'Do not use an IP address (like 127.0.0.1) or a single word hostname like <q>localhost</q> as your server address.' ); ?>
<?php } ?>
</td>
</tr>