From 070fc7bb3acb4d954199a85a58fb57fe4a78f93f Mon Sep 17 00:00:00 2001 From: agata <agata@insiberia.net> Date: Tue, 15 Apr 2025 04:40:09 +0200 Subject: [PATCH] Revert "aggiunta variabile per temi default nuovi noblogs" This reverts commit 808126f26ec14ea926c5129baf9dcabdb6a4e66a. --- docker/wp-config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/wp-config.php b/docker/wp-config.php index d11fe7df..8fa80d41 100644 --- a/docker/wp-config.php +++ b/docker/wp-config.php @@ -51,7 +51,6 @@ if ($noblogs_config_json) { * * @package WordPress */ -define('WP_DEFAULT_THEME', 'twentytwentyfive-child'); define('BP_ENABLE_USERNAME_COMPATIBILITY_MODE',true); define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true); -- GitLab