Ticket #12460: 12460.diff
| File 12460.diff, 1008 bytes (added by , 16 years ago) |
|---|
-
wp-admin/ms-sites.php
614 614 <th style="text-align:center;" scope='row'><?php _e('Site Address') ?></th> 615 615 <td> 616 616 <?php if ( is_subdomain_install() ) { ?> 617 <input name="blog[domain]" type="text" title="<?php _e('Domain') ?>" />.<?php echo $current_site->domain;?>617 <input name="blog[domain]" type="text" title="<?php _e('Domain') ?>" style="width: 400px;"/>.<?php echo $current_site->domain;?> 618 618 <?php } else { 619 echo $current_site->domain . $current_site->path ?><input name="blog[domain]" type="text" title="<?php _e('Domain') ?>" />619 echo $current_site->domain . $current_site->path ?><input name="blog[domain]" type="text" title="<?php _e('Domain') ?>" style="width: 400px;"/> 620 620 <?php } 621 621 echo "<p>" . __( 'Only the characters a-z and 0-9 recommended.' ) . "</p>"; 622 622 ?>