From 03310b2e2218b5bf13572bc029bdf3d2429214ce Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sun, 13 Dec 2015 03:12:11 +0000 Subject: [PATCH] MS: Update "Add New Site" address description text for accuracy. Add hyphens to the list of allowed characters and add the `description` class to helper text paragraph tag. Props thomaswm for the initial patch. Fixes #26388. git-svn-id: https://develop.svn.wordpress.org/trunk@35893 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/site-new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/network/site-new.php b/src/wp-admin/network/site-new.php index 347e0f9ded..92dcf32f2d 100644 --- a/src/wp-admin/network/site-new.php +++ b/src/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.' ) . '
' . __( 'Only lowercase letters (a-z), numbers, and hyphens are allowed.' ) . '