From 7a325727b5e983f9ba7e3d3d76273f4a4eed23a8 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Fri, 3 Mar 2023 14:17:03 +0200 Subject: [PATCH] Use a select input instead of radios --- src/wp-admin/setup-config.php | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php index 5bb40c6fbe279..8f5c6a02ab6b7 100644 --- a/src/wp-admin/setup-config.php +++ b/src/wp-admin/setup-config.php @@ -224,14 +224,10 @@ function setup_config_display_header( $body_classes = array() ) { -
- - -
-
- - -
+ @@ -274,20 +270,14 @@ function setup_config_display_header( $body_classes = array() ) {