Ticket #26388: 26388.diff
File 26388.diff, 733 bytes (added by , 10 years ago) |
---|
-
wp-admin/network/site-new.php
162 162 <?php } else { 163 163 echo $current_site->domain . $current_site->path ?><input name="blog[domain]" type="text" class="regular-text" id="site-address" aria-describedby="site-address-desc" autocapitalize="none" autocorrect="off" /> 164 164 <?php } 165 echo '<p id="site-address-desc">' . __( 'Only lowercase letters (a-z) and numbersare allowed.' ) . '</p>';165 echo '<p id="site-address-desc">' . __( 'Only lowercase letters (a-z), numbers and dashes (-) are allowed.' ) . '</p>'; 166 166 ?> 167 167 </td> 168 168 </tr>