diff --git a/wp-admin/network/site-new.php b/wp-admin/network/site-new.php index 347e0f9ded..92dcf32f2d 100644 --- a/wp-admin/network/site-new.php +++ b/wp-admin/network/site-new.php @@ -184,7 +184,7 @@ if ( ! empty( $messages ) ) { domain . $current_site->path ?> ' . __( 'Only lowercase letters (a-z) and numbers are allowed.' ) . '

'; + echo '

' . __( 'Only lowercase letters (a-z), numbers, and hyphens are allowed.' ) . '

'; ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d6644c1a4b..1c96ac1c44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35892'; +$wp_version = '4.5-alpha-35893'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.