From b24fd73bd002e740ebafccd17869bc1d942b2dfd Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sun, 13 Dec 2015 03:13:27 +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. Built from https://develop.svn.wordpress.org/trunk@35893 git-svn-id: http://core.svn.wordpress.org/trunk@35857 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/site-new.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.