Merge pull request 'Update 'templates/wp-config.php.j2'' (!24) from tpiccioli-patch-1 into master
Reviewed-on: #24
This commit is contained in:
commit
3a0f5f1ffb
|
@ -18,4 +18,7 @@ define("WP_ENV", "{{ wordpress_env }}");
|
||||||
if (!defined("ABSPATH"))
|
if (!defined("ABSPATH"))
|
||||||
define("ABSPATH", dirname(__FILE__) . "/");
|
define("ABSPATH", dirname(__FILE__) . "/");
|
||||||
|
|
||||||
|
if (!defined("WP_CONTENT_DIR"))
|
||||||
|
define("WP_CONTENT_DIR", ABSPATH . "wp-content");
|
||||||
|
|
||||||
require_once(ABSPATH . "wp-settings.php");
|
require_once(ABSPATH . "wp-settings.php");
|
||||||
|
|
Loading…
Reference in New Issue