diff --git a/wp-includes/version.php b/wp-includes/version.php index c48bf3d048..c54e76768a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39943'; +$wp_version = '4.8-alpha-39944'; /** * 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 89230ff793..156de61d57 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -816,7 +816,7 @@ $active_signup = get_site_option( 'registration', 'none' ); */ $active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); -if ( is_super_admin() ) { +if ( current_user_can( 'manage_network' ) ) { echo '
'; _e( 'Greetings Network Administrator!' ); echo ' ';