Make WordPress Core

Ticket #26388: 26388.diff

File 26388.diff, 733 bytes (added by thomaswm, 10 years ago)
  • wp-admin/network/site-new.php

     
    162162                        <?php } else {
    163163                                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" />
    164164                        <?php }
    165                         echo '<p id="site-address-desc">' . __( 'Only lowercase letters (a-z) and numbers are allowed.' ) . '</p>';
     165                        echo '<p id="site-address-desc">' . __( 'Only lowercase letters (a-z), numbers and dashes (-) are allowed.' ) . '</p>';
    166166                        ?>
    167167                        </td>
    168168                </tr>