From bc2b46d45d445f952ed62d825b88683358f6ad16 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 10 Sep 2024 18:19:56 +1000 Subject: [PATCH] Replace spaces with tabs (#315) --- settings/settings.php | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/settings/settings.php b/settings/settings.php index 1ea5c91e..e1fe2f0a 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -89,7 +89,7 @@ function render_custom_ui() : void { $block_attributes['isOnboarding'] = true; } - $json_attrs = json_encode( $block_attributes ); + $json_attrs = json_encode( $block_attributes ); $preload_paths = [ '/wp/v2/users/' . $user_id . '?context=edit', @@ -205,22 +205,21 @@ function maybe_dequeue_stylesheet() { * Add custom CSS for print styles. */ function maybe_add_custom_print_css() { - - // Check if the current URL matches the specific condition - if ( page_has_2fa_component() ) { - ?> - - + +