diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 1df6cdd150..ae960a5d1f 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -609,28 +609,6 @@ endif; - - - - - -

- display_name ) ); - ?> -

- - - - + + + + + +

+ display_name ) ); + ?> +

+ + + + get_all() ) === 1 ) : ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 73cebffac3..6f053cfd31 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta3-50410'; +$wp_version = '5.7-beta3-50411'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.