Ticket #14731: 14731.diff
File 14731.diff, 669 bytes (added by , 15 years ago) |
---|
-
wp-signup.php
81 81 echo '<input name="blogname" type="text" id="blogname" value="'.esc_attr($blogname).'" maxlength="60" /><span class="suffix_address">.' . ( $site_domain = preg_replace( '|^www\.|', '', $current_site->domain ) ) . '</span><br />'; 82 82 83 83 if ( !is_user_logged_in() ) { 84 print ' (<strong>' . __( 'Your address will be ' );84 print '<p>(<strong>' . __( 'Your address will be ' ); 85 85 if ( !is_subdomain_install() ) 86 86 print $current_site->domain . $current_site->path . __( 'sitename' ); 87 87 else