diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 1ea39ba950..b6b4c5f08f 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -310,7 +310,7 @@ if ( ! empty( $messages ) ) {
' . __( 'Add Existing User' ) . ''; if ( ! current_user_can( 'manage_network_users' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index e1410eb3ac..f341cb5415 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41121'; +$wp_version = '4.9-alpha-41122'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.