diff --git a/src/wp-signup.php b/src/wp-signup.php index cbc4ddb402..e13d6e49e7 100644 --- a/src/wp-signup.php +++ b/src/wp-signup.php @@ -15,7 +15,7 @@ if ( is_array( get_site_option( 'illegal_names' ) ) && isset( $_GET['new'] ) && } /** - * Prints signup_header via wp_head + * Prints signup_header via wp_head. * * @since MU (3.0.0) */ @@ -50,7 +50,7 @@ $wp_query->is_404 = false; do_action( 'before_signup_header' ); /** - * Prints styles for front-end Multisite signup pages + * Prints styles for front-end Multisite signup pages. * * @since MU (3.0.0) */ @@ -89,7 +89,7 @@ do_action( 'before_signup_form' );