Ticket #14731: 14731.2.diff
File 14731.2.diff, 1.2 KB (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 ' );85 84 if ( !is_subdomain_install() ) 86 print$current_site->domain . $current_site->path . __( 'sitename' );85 $site = $current_site->domain . $current_site->path . __( 'sitename' ); 87 86 else 88 print __( 'domain.' ). $site_domain . $current_site->path;89 echo ' .</strong>) ' . __( 'Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!' ) . '</p>';87 $site = __( 'domain' ) . '.' . $site_domain . $current_site->path; 88 echo '<p>(<strong>' . sprintf( __('Your address will be %s.'), $site ) . '</strong>) ' . __( 'Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!' ) . '</p>'; 90 89 } 91 90 92 91 // Blog Title