diff --git a/wp-includes/version.php b/wp-includes/version.php index c1dca1478e..8fe1300df8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54191'; +$wp_version = '6.1-alpha-54192'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-signup.php b/wp-signup.php index 59684ca3df..9782dad499 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -115,9 +115,9 @@ function show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) { $current_network = get_network(); // Blog name. if ( ! is_subdomain_install() ) { - echo ''; + echo ''; } else { - echo ''; + echo ''; } $errmsg_blogname = $errors->get_error_message( 'blogname' ); @@ -128,10 +128,10 @@ function show_blog_form( $blogname = '', $blog_title = '', $errors = '' ) { } if ( ! is_subdomain_install() ) { - echo '
' . $errmsg_blog_title . '
'; } - echo ''; + echo ''; ?> ' . $errmsg_username . ''; } ?> - + ' . $errmsg_email . ''; } ?> - +