'; + echo '' . $current_network->domain . $current_network->path . '
'; } else { $site_domain = preg_replace( '|^www\.|', '', $current_network->domain ); - echo '.' . esc_html( $site_domain ) . '
'; + echo '.' . esc_html( $site_domain ) . '
'; } if ( ! is_user_logged_in() ) { @@ -149,7 +149,7 @@ '; + echo ''; ?> ' . $errmsg . ''; } - echo '
'; + echo '
'; _e( '(Must be at least 4 characters, letters and numbers only.)' ); ?> @@ -271,7 +271,7 @@ ?> -
+
get_error_message( 'generic' ); if ( $errmsg ) { @@ -288,7 +288,7 @@ } /** - * Validate user signup name and email + * Validates user sign-up name and email. * * @since MU (3.0.0) * @@ -300,7 +300,7 @@ } /** - * Allow returning users to sign up for another site + * Shows a form for returning users to sign up for another site. * * @since MU (3.0.0) * @@ -373,7 +373,7 @@ - +
- +
- @@ -857,7 +860,7 @@ } /** - * Retrieves languages available during the site/user signup process. + * Retrieves languages available during the site/user sign-up process. * * @since 4.4.0 * @@ -868,10 +871,10 @@ */ function signup_get_available_languages() { /** - * Filters the list of available languages for front-end site signups. + * Filters the list of available languages for front-end site sign-ups. * * Passing an empty array to this hook will disable output of the setting on the - * signup form, and the default language will be used when creating the site. + * sign-up form, and the default language will be used when creating the site. * * Languages not already installed will be stripped. *