From c7a6761c35ab14e7a7893bc6cac6118d540fef61 Mon Sep 17 00:00:00 2001 From: Tommaso Piccioli Date: Fri, 20 Jan 2023 14:00:31 +0100 Subject: [PATCH] Update 'templates/wp-config.php.j2' --- templates/wp-config.php.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/wp-config.php.j2 b/templates/wp-config.php.j2 index 35c26c9..bf21fe4 100644 --- a/templates/wp-config.php.j2 +++ b/templates/wp-config.php.j2 @@ -18,7 +18,4 @@ define("WP_ENV", "{{ wordpress_env }}"); if (!defined("ABSPATH")) define("ABSPATH", dirname(__FILE__) . "/"); -if (!defined("WP_CONTENT_DIR")) - define("WP_CONTENT_DIR", ABSPATH . "wp-content"); - require_once(ABSPATH . "wp-settings.php");