Make WordPress Core

Ticket #14731: 14731.diff

File 14731.diff, 669 bytes (added by sorich87, 15 years ago)
  • wp-signup.php

     
    8181                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 />';
    8282
    8383        if ( !is_user_logged_in() ) {
    84                 print '(<strong>' . __( 'Your address will be ' );
     84                print '<p>(<strong>' . __( 'Your address will be ' );
    8585                if ( !is_subdomain_install() )
    8686                        print $current_site->domain . $current_site->path . __( 'sitename' );
    8787                else