Merge pull request 'Update 'templates/wp-config.php.j2'' (!25) from tpiccioli-patch-1 into master

Reviewed-on: #25
This commit is contained in:
Tommaso Piccioli 2023-01-20 14:00:45 +01:00
commit e5068b9901
1 changed files with 0 additions and 3 deletions

View File

@ -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");