diff --git a/src/wp-signup.php b/src/wp-signup.php index e13d6e49e7..375dad9517 100644 --- a/src/wp-signup.php +++ b/src/wp-signup.php @@ -43,14 +43,14 @@ if ( ! is_main_site() ) { $wp_query->is_404 = false; /** - * Fires before the Site Signup page is loaded. + * Fires before the Site Sign-up page is loaded. * * @since 4.4.0 */ do_action( 'before_signup_header' ); /** - * Prints styles for front-end Multisite signup pages. + * Prints styles for front-end Multisite Sign-up pages. * * @since MU (3.0.0) */ @@ -79,7 +79,7 @@ add_action( 'wp_head', 'wpmu_signup_stylesheet' ); get_header( 'wp-signup' ); /** - * Fires before the site sign-up form. + * Fires before the site Sign-up form. * * @since 3.0.0 */ @@ -89,7 +89,7 @@ do_action( 'before_signup_form' );